Open
Description
The textFilter input value is removed after data loading is completed, but only when using a loading overlay.
Here are the steps to reproduce the issue:
- The table is set up with remote data fetching
- The overlay property is used to display a spinner
- textFilter() is used on all columns
- When entering a filter value on any column, the overlay spinner is shown correctly and the filtered data is loaded correctly
- However at the end, the filter value in the filter input box is removed
The filter behaves correctly and input values stay as soon as the overlay property is removed again.