We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d860e commit 7668c2aCopy full SHA for 7668c2a
1 file changed
frontend/src/ts/components/ui/table/DataTable.tsx
@@ -59,9 +59,7 @@ export type DataTableProps<TData, TValue> = {
59
activeRow: Accessor<string | null>;
60
};
61
class?: string;
62
- headerClass?: string;
63
headerCellClass?: string;
64
- bodyClass?: string;
65
bodyCellClass?: string;
66
onSortingChange?: (sorting: SortingState) => void;
67
noDataRow?:
0 commit comments