How to get the number of rows that are filtered and available in total? #4916
-
I use but it looks like a hack
Is it possible to get the number of rows that is available in total, already filtered? |
Beta Was this translation helpful? Give feedback.
Answered by
KevinVandy
Jun 15, 2023
Replies: 2 comments 1 reply
-
Why does it feel like a hack? That's how you do it. There are multiple row models to choose from too. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know if you have any plans, maybe add a helper like But if you think it's ok, it works for me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Behind the scenes, that API would still do the above. All of the getters in the API have some memoization logic behind the scenes if you are worried about performance