Skip to content
Snippets Groups Projects
Commit 634d0009 authored by Johanna Szepanski's avatar Johanna Szepanski
Browse files

CE-2772: Remove pagination last page button

parent 53dc7690
No related branches found
No related tags found
2 merge requests!497CE-2790: Prepare for 4.0.0,!467CE-2772: Remove pagination last page button
...@@ -169,6 +169,9 @@ export function RecordTable({ ...@@ -169,6 +169,9 @@ export function RecordTable({
onPage={onPage} onPage={onPage}
loading={loading} loading={loading}
disableHover disableHover
slotProps={{
pagination: { showFirstButton: true, showLastButton: false }
}}
/> />
); );
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment