Scrolling to a particular row?
Scrolling to a particular row?
I have a UI where a tree-ish data structure is represented using jstree. With each node of the tree there is one row associated within my data table (through some ID). The user clicks on a node (represented by its 'id' attribute) inside the jstree. How can I scroll/focus to the related row with in the datatable (The related row has the same 'id' value within the 'id' column?
This discussion has been closed.