Force Row Unselect on Filter of Table

I've discovered that when the table component is filtered, a previously selected record remains selected even if it is filtered out. Is there a way to force no row to be selected whenever a filter is applied? Thanks.

You can add an event handler on Change filter table1.clearSelection();

When you set/change filter selection will be cleared.

Great. Thank you.

1 Like