Creating a select all button to refresh table to show complete list again

Im trying to create a button that will go back and show all items after a drop list filter is used
Like a refresh or to remove the current filters back to complete view, without having select all in the drop down menu

1 Like

You cannot do this with a select list (because select lists cannot be programmatically modified), but you could do it with a table that has only one row.

Does that help or do you want me to show you?

4 Likes