Update logbook table pagesize (#110)
* updating default logbook table page size * updating default logbook table page size
This commit was merged in pull request #110.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "client",
|
||||
"private": true,
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -345,6 +345,7 @@ const Logbook: React.FC<unknown> = () => {
|
||||
getPaginationRowModel: getPaginationRowModel(),
|
||||
initialState: {
|
||||
pagination: {
|
||||
pageIndex: 0,
|
||||
pageSize: 100
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user