'How to get unique row value selected in slickgrid?

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?



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ghiscoding