Hello,
I have a table with the possibility to select multiple rows and updated the selected rows using a button (there's a column "type" which can be changed using a dropdown list, and an "update button")
The table is set to use as datasource the return value of an async JS function. In this function i'm joining data from different queries.
When the update button is pressed, the update runs smoothly, all the data gets reloaded, the selection on the previously selected rows where data has been updated disappear...however "selectedRows" array property of the table is not empty but contains a number of empty items equal to the previously selected ones!
Help please? 🙂