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
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Use the
row().select()
API to select the row. Use therow-selector
to select the rows you want to "auto" select.Kevin