how to remove row selection highlight from ui-grid -


i have 2 angular ui-grids in 1 html page remove row selection highlighting 1 of them. how can accomplish this? tried removing 'ui-grid-row-selected' class in ui-grid-unstable.js removes highlight other grid not want. appreciated.

just remove ui-grid-selection attribute html , make enablerowselection : false on second grid. 2 make sure selection disabled on rows.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -