This module provides row selection to ui-grid
npm install @ui-grid/selectionThe selection plugin for UI-Grid provides the ability to select rows in the grid.
You can install @ui-grid/selection via:
``shell`
npm i --save @ui-grid/selection
Once you install you need to load the respective JS and CSS files as seen bellow:
`html