We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current example doesn't load the preview since there is a minor bug in the code
File: examples/react/kitchen-sink/src/components/ActionButtons.tsx
Section:
<span className="flex items-center gap-1"> | Go to page: <input type="number" min="1" max={table.getPageCount()} /////////// table doesn't exist here, should refer to pageCount prop \\\\\\\\\\\\\ defaultValue={pageIndex + 1} onChange={e => { const page = e.target.value ? Number(e.target.value) - 1 : 0 setPageIndex(page) }} className="border p-1 rounded w-16" /> </span>
I would be grateful to contribute to the fix.
The text was updated successfully, but these errors were encountered:
Found pull request for this issue: #5786
Sorry, something went wrong.
No branches or pull requests
The current example doesn't load the preview since there is a minor bug in the code
File: examples/react/kitchen-sink/src/components/ActionButtons.tsx
Section:
I would be grateful to contribute to the fix.
The text was updated successfully, but these errors were encountered: