Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

How can I move the selection of a record, when checking a "permanent" checkbox in a row?

$
0
0

I am displaying 4 rows, and the first one is selected. I click a "permanent" checkbox in the third row. I want the third row to end up selected (so that the Edit button will then pop up a bubble for that row). The third row should end up with the "selected" class highlighting. Clicking the box in the third row updates the correct record in the database just fine. It clears the "selected" status on row 1, just fine. But how do I make row 3 "selected"? I have looked at all the events I can find (row callbacks, for example), but after the last callback, "something" generally clears anything I have tried to do in various events. Any ideas would be most welcome. Thank you.


Viewing all articles
Browse latest Browse all 2364

Trending Articles