Hi Ivo,
So you say its normal, when I just:
this.tableDiv.jqxDataTable("sortBy", this.columns[0].datafield, "asc");
let selection = this.tableDiv.jqxDataTable("getSelection");
this.tableDiv.jqxDataTable("clearSelection");
this.tableDiv.jqxDataTable('selectRow', selection[0].uid);
The selection[0].uid is the old uid (like before the sort)
Then a other (not the selection[0]
object) will be selected now!
How can I select the previous selection[0]
object
Best Regards,
Thomas