Hi,
There is a bug in ‘filter_by_value’ option when the filter is applied to some column, then the new row is added, the column in which the filter is applied is not updated with the new data.
Steps to reproduce:
- Filter any column using filter_by_value
- Click the button to add a new data
- Check the filtered column, the new data is not added
- Check unfiltered column, new data is correctly added