When using the select extension, Is there a way to programmatically "select" a row?
I've tried adding a class of selected and forcing a click event. That made it highlight, but it wasn't quite enough.
Thanks, Steve
This question has an accepted answers - jump to answer
Use the row().select() API to select the row. Use the row-selector to select the rows you want to "auto" select.
row().select()
row-selector
Kevin
Answers
Use the
row().select()API to select the row. Use therow-selectorto select the rows you want to "auto" select.Kevin