Skip to content

0.13.15 - Add built-in pagination props to Datatable component#3

Merged
jalexw merged 1 commit intomainfrom
claude/datatable-pagination-props-uTXbd
Feb 17, 2026
Merged

0.13.15 - Add built-in pagination props to Datatable component#3
jalexw merged 1 commit intomainfrom
claude/datatable-pagination-props-uTXbd

Conversation

@jalexw
Copy link
Contributor

@jalexw jalexw commented Feb 17, 2026

  • Add defaultPageSize prop to set initial rows per page (defaults to 10)
  • Add pageSizeOptions prop to customize the rows-per-page selector options (defaults to [10, 20, 50, 100])
  • Replace simple Previous/Next buttons with full pagination controls: first page, previous, next, last page
  • Add rows-per-page dropdown selector using Select component
  • Add page indicator showing current page and total page count
  • Responsive layout: stacks vertically on small screens
  • Add Storybook stories demonstrating custom page sizes with larger datasets

https://claude.ai/code/session_01C2qvfQDd5DujxkyKnJmCGc

- Add `defaultPageSize` prop to set initial rows per page (defaults to 10)
- Add `pageSizeOptions` prop to customize the rows-per-page selector options (defaults to [10, 20, 50, 100])
- Replace simple Previous/Next buttons with full pagination controls: first page, previous, next, last page
- Add rows-per-page dropdown selector using Select component
- Add page indicator showing current page and total page count
- Responsive layout: stacks vertically on small screens
- Add Storybook stories demonstrating custom page sizes with larger datasets

https://claude.ai/code/session_01C2qvfQDd5DujxkyKnJmCGc
@vercel
Copy link

vercel bot commented Feb 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ui Ready Ready Preview, Comment Feb 17, 2026 11:03am

Request Review

@jalexw jalexw merged commit 30443a1 into main Feb 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants