How can I unselect all rows in a Slick Grid?
I'm using RowSelectionModel and can't find a way to do it.
Thanks
Old question, but this worked for me:
grid.setSelectedRows([]);
From the official API
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With