[DT 1.10] Select row
[DT 1.10] Select row

Hello,
is there a way to programmatically select the first row after an ajax.reload() event, regardless of the existing filter or sort? Just put the first line highlighted.
Regards
Marc
This discussion has been closed.
Replies
Hi @deliator ,
You can listen to the
xhr
as in this example here. Hope that help.Cheers,
Colin