-1

I want to render only the selected line by using the invalidateRow(row) function in slickgrid. How can I get the row value of the selected row?

  • I'll mention again that you should think about providing what code you tried, you should also think about voting and/or accepting an answer if it was helpful. I suggest you to read this info: [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) – ghiscoding Apr 14 '22 at 13:55

1 Answers1

0

Possible duplicate of get data of selected rows in slickgrid and you can also just take a look at SlickGrid's code, it's easy enough to find all available methods directly from the code here.

ghiscoding
  • 12,308
  • 6
  • 69
  • 112