mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-18 02:46:37 +00:00
dont show table footer in client-side data-table
This commit is contained in:
@@ -124,11 +124,6 @@ export function ControlledDataTable<TData, TValue>({
|
||||
return initial;
|
||||
}, [filters]);
|
||||
|
||||
console.log({
|
||||
pagination,
|
||||
rowCount
|
||||
});
|
||||
|
||||
const table = useReactTable({
|
||||
data: rows,
|
||||
columns,
|
||||
|
||||
Reference in New Issue
Block a user