UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

11 lines (10 loc) 366 B
const ACTION_COLUMN_PREFIX = "__"; const CHECKBOX_ACTION_COLUMN_ID = `${ACTION_COLUMN_PREFIX}selection`; const ROW_ACTION_COLUMN_ID = `${ACTION_COLUMN_PREFIX}rowAction`; const isActionColumn = (column) => column.id.startsWith(ACTION_COLUMN_PREFIX); export { CHECKBOX_ACTION_COLUMN_ID, ROW_ACTION_COLUMN_ID, isActionColumn }; //# sourceMappingURL=Column.js.map