Open muonw opened 2 years ago
Exempting a newly added empty row from search and filtering process will introduce artifacts such as ghost rows that are not represented in the stats. A solution would be to populate the new rows outside of the table before appending them to the dataset.
Problem When filter/search is applied, new empty rows will not show up if they don't satisfy the filter/search criteria. This makes adding new rows to the datasets inconvenient.
Solution When a new empty row is added, it should not be affected by filters/search until it's [populated with data and] submitted.