Refactor: Remove “Page size” from table pagination
This commit is contained in:
parent
49882e4201
commit
c8fad13a3c
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const TableComponent = forwardRef<
|
|||
},
|
||||
ref,
|
||||
) => {
|
||||
document.querySelector(".ag-paging-page-size")!.style.display = "none";
|
||||
const gridRef = useRef(null);
|
||||
const realRef = ref?.current ? ref : gridRef;
|
||||
const dark = useDarkStore((state) => state.dark);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue