Hey,
I am currently trying to select rows of a table(New) that is using pagination.
I am running a JS Query which calls table.selectRow(). I have tried passing in a list of row indexes and am using {mode:'index', indexType:'data' }. When I input a list of indexes for the entire range of my data, I assumed that using indexType:'data' would select the row regardless of if it is being displayed or not.
When I run this code, it selects all the rows for the page i'm currently on but none of the other rows on any other pages are selected.
I was wondering if selectRow is supported with pagination or not?
Thanks in advance