-
Is there any hidden feature that allows to just show empty table when the component is mounted? Until I start using search. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
lrljoe
Feb 15, 2025
Replies: 1 comment 1 reply
-
You can't easily disable the first call to the builder, but you could use the tableAttributes to hide the table unless the search is populated. You'd have to override the getRows method to stop the query executing, but I wouldn't recommend that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
emiliosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't easily disable the first call to the builder, but you could use the tableAttributes to hide the table unless the search is populated.
You'd have to override the getRows method to stop the query executing, but I wouldn't recommend that