UNPKG

@mhmdaljefri/revogrid

Version:

Virtual reactive data grid component - RevoGrid.

20 lines (19 loc) 863 B
export const MIN_COL_SIZE = 30; export const DATA_COL = 'data-rgCol'; export const DATA_ROW = 'data-rgRow'; export const UUID = 'grid-uuid'; export const DISABLED_CLASS = 'disabled'; export const CELL_CLASS = 'rgCell'; export const HEADER_CLASS = 'rgHeaderCell'; export const HEADER_SORTABLE_CLASS = 'sortable'; export const HEADER_ROW_CLASS = 'header-rgRow'; export const HEADER_ACTUAL_ROW_CLASS = 'actual-rgRow'; export const DRAG_ICON_CLASS = 'revo-drag-icon'; export const DRAGGABLE_CLASS = 'revo-draggable'; export const FOCUS_CLASS = 'focused-cell'; export const SELECTION_BORDER_CLASS = 'selection-border-range'; export const TMP_SELECTION_BG_CLASS = 'temp-bg-range'; export const CELL_HANDLER_CLASS = 'autofill-handle'; export const EDIT_INPUT_WR = 'edit-input-wrapper'; export const DRAGG_TEXT = 'Draggable item'; export const GRID_INTERNALS = '__rvgr';