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.
