Add empty rows when using useGlobalFilter #4044
Answered
by
PrEaDiVviN
PrEaDiVviN
asked this question in
Q&A
-
Is it possible to add empty rows to page when using useGlobalFilter and usePagination? I have a table with 160 rows, and i use usePagination to display 10 rows at once. I am using useGlobalFilter to filter these rows. The problem is that when i search for something, lets say "items" if there are less than 10 results, i want to append empty rows to table until I get 10. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
PrEaDiVviN
Jun 22, 2022
Replies: 1 comment
-
I made it work with this. Not great, but it works.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PrEaDiVviN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made it work with this. Not great, but it works.