Pagination and Adding a Blank Row #2358
Unanswered
fitzgeralddp
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a GUI in which there's always a blank row at the bottom of the table so that the user can add data. If I use
usePagination
, is there any way to ensure that I can insert a row at the bottom of whatever view is returned? I'd like to just add a row of blanks to the data inserted intouseTable
rather than manually add blanks in therender()
method. Thanks!Beta Was this translation helpful? Give feedback.
All reactions