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
Post a Comment