dead-brownD
Refine2y ago
4 replies
dead-brown

useTable only when a parameter is set

I want to display a table only after the user has selected a value from a dropdown: say "entityType". How can I do the call to useTable and then render the table only when "entityType" is set? I'm currently passing the value of "entityType" to useTable as part of the filters.permanent property.
Was this page helpful?