Support checkbox based selection
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here
Current behavior
Data table currently does not have checkbox based selection support
Expected behavior
Support checkbox based selection like https://material.google.com/components/data-tables.html#data-tables-interaction
Possibly with support for template so that it can be catered for both material and non material tables.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
- Table version: 0.7.x
- Angular version: 2.0.x
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
- Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Checkbox-Based Selection in FlexGrid | Selection | Wijmo Docs
Selector: This class customizes a FlexGrid column by adding checkboxes to its cells. The checkboxes show and allow users to toggle the row's...
Read more >Custom Widget checkbox selection based on query on load
I have a custom widget with 3 checkboxes. I would need help to have the check boxes selected by default based on server...
Read more >Configuring Checkboxes Based On Picklist selection
hello I would like configure this can anyone help me in configuring. Based on the event type, the activities in that event can...
Read more >How To Select The Check Box In Selenium With Examples
Checkboxes can be selected with the help of their Values too. Each box has a unique value. The use of Values for selecting...
Read more >How to select checkbox based on selection in dropdown field?
I created a dropdown menu and then I create a checkbox list. Say I choose option 1 from the drop down menu. Is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like the link should be https://github.com/swimlane/ngx-datatable/blob/master/demo/selection/selection-chkbox.component.ts
@nhducseuit yes I understood how to achieve it from the example source file above. I think it should be included in the documentation.