0
omkarchoudhari created
i want to add a checkbox column to the ui-grid. This grid is bound to data , and i would like to use the check box to 1. Select all columns or 2. select particular columns or 3. Deselect all columns. I also want to be able to select rows and collect these selected rows for further processing.
1 Answer(s)
-
0
Hi,
You can take a look at angular ui grid documentation. It also contains an example which fits your needs. <a class="postlink" href="http://ui-grid.info/docs/#/tutorial/210_selection">http://ui-grid.info/docs/#/tutorial/210_selection</a>