Question Background:
I have a table in a View that is dynamically populated from a database. Filters in the View allow the user to select data which in-turn needs to be displayed on the table. The re-adding of the data is achieved through deleting the current table rows then adding the new data in its place.I have a table in a View