feat(pagination): add server-side pagination support and controls
- Implement pagination control UI with page navigation and size selector - Enable server-side callbacks for page changes and size adjustments - Integrate pagination into Griddy component with data count handling
This commit is contained in:
@@ -48,9 +48,11 @@
|
||||
"url": "git+https://git.warky.dev/wdevs/oranguru.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mantine/dates": "^8.3.14",
|
||||
"@modelcontextprotocol/sdk": "^1.26.0",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@tanstack/react-virtual": "^3.13.18",
|
||||
"dayjs": "^1.11.19",
|
||||
"moment": "^2.30.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user