Skip to content

Commit 7668c2a

Browse files
committed
unused params
1 parent b8d860e commit 7668c2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/ts/components/ui/table/DataTable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ export type DataTableProps<TData, TValue> = {
5959
activeRow: Accessor<string | null>;
6060
};
6161
class?: string;
62-
headerClass?: string;
6362
headerCellClass?: string;
64-
bodyClass?: string;
6563
bodyCellClass?: string;
6664
onSortingChange?: (sorting: SortingState) => void;
6765
noDataRow?:

0 commit comments

Comments
 (0)