Completely hide if empty #1059
gRoberts84
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I have a data table that is shown on a dashboard that shows data from the same table but under different circumstances (e.g. upcoming task, past tasks) plus I am using the data table on the listing page to show everything.
Depending on which scenario I am using, if there are no results, I don't want to show the
No items found. Try to broaden your search.
message and instead, I'd like to simply hide the entire component.Unless I've missed it, it looks like it's not possible to do this, unless I wrap the data table in another component and perform the query twice to determine whether to show or not, which isn't ideal.
Would it be possible to support this feature?
Beta Was this translation helpful? Give feedback.
All reactions