ka-table
Version:
The customizable, extendable, lightweight, and fully free React Table Component
59 lines (58 loc) • 1.5 kB
TypeScript
export declare class CssClasses {
root: string;
cell: string;
treeCell: string;
treeCellEmptySpace: string;
cellEditor: string;
cellText: string;
groupCell: string;
groupSummaryRow: string;
detailsRow: string;
detailsCell: string;
groupRow: string;
groupSummaryCell: string;
groupPanel: string;
groupPanelCell: string;
groupPanelCellRemove: string;
groupPanelText: string;
kaCellEditorValidationError: string;
row: string;
rowSelected: string;
tableWrapper: string;
table: string;
tbody: string;
tfoot: string;
thead: string;
theadBackground: string;
theadFixed: string;
theadCell: string;
theadCellHeight: string;
summaryCell: string;
summaryRow: string;
theadCellContent: string;
theadCellContentWrapper: string;
theadCellResize: string;
theadCellWrapper: string;
theadRow: string;
draggedRow: string;
dragOverRow: string;
draggedColumn: string;
dragOverColumn: string;
paging: string;
pagingPages: string;
pagingPageIndex: string;
pagingSize: string;
pagingSizes: string;
iconGroupArrowCollapsed: string;
iconGroupArrowExpanded: string;
iconTreeArrowCollapsed: string;
iconTreeArrowExpanded: string;
iconSort: string;
iconSortContent: string;
iconSortArrowDown: string;
iconSortArrowUp: string;
checkbox: string;
dateInput: string;
numberInput: string;
textInput: string;
}