Base solution for your next web application
Open Closed

UI-Grid with Checkbox column for selecting rows #1680


User avatar
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.

Please suggest the best way to go ahead with the approach.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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>