How to hold checkbox values after using standard search box

Hi All,

I am displaying a table in a pop up and giving ability to select multiple records of the table at a time to perform some action. I am also using search box is provided by skuid for searching records in the table. Suppose I selected 2 records and after that used search box to search another record, the previously selected records are getting unselected. Anybody is having idea, how to hold the checkbox values for selected records even after use of search box? 

Thanks,
Gayatri

Gayatri~

Unfortunately this is impossible. When a table is searched, the model that table is based on is requeried and the table is re-rendered. The ability to hold the checkbox values on that table is not stored on the model and is therefore lost when the requery happens.

Sorry to be the bearer of bad news :frowning:
Karen