You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the ModelForm is cleared, I would like to show all the table contents again. Currently, after clearing, the filtered contents are still displayed.
For example, in the table demo I've selected China which filters the table as expected:
This takes you to the endpoint: /table/cities?country=CHN
Is it possible to add a GoToEvent that takes you back to /table/cities when you clear the filter i.e. when clicking on the x:
This would then return:
Currently it still leaves you at /table/cities?country=CHN once you press the cross button.
Any help with getting this to work is much appreciated! Loving FastUI btw!
The text was updated successfully, but these errors were encountered:
Issue
When the
ModelForm
is cleared, I would like to show all the table contents again. Currently, after clearing, the filtered contents are still displayed.For example, in the table demo I've selected
China
which filters the table as expected:This takes you to the endpoint:
/table/cities?country=CHN
Is it possible to add a
GoToEvent
that takes you back to/table/cities
when you clear the filter i.e. when clicking on thex
:This would then return:
Currently it still leaves you at
/table/cities?country=CHN
once you press the cross button.Any help with getting this to work is much appreciated! Loving FastUI btw!
The text was updated successfully, but these errors were encountered: