Client: 20 item pagination
This commit is contained in:
@@ -18,6 +18,10 @@ dayjs.extend(utc);
|
||||
export const FilamentList: React.FC<IResourceComponentsProps> = () => {
|
||||
const { tableProps } = useTable({
|
||||
syncWithLocation: true,
|
||||
pagination: {
|
||||
mode: "client",
|
||||
pageSize: 20,
|
||||
},
|
||||
});
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user