Make row uncheckable
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, post on Stackoverflow or Gitter
When using checkboxes, is it possible to make one particular row uncheckable (e.g. a row having a certain value on a certain column) ?
If not, I’d like to request this feature.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
how to make row disabled with ag-grid? - Stack Overflow
1)This is using checkBoxSelection param, it would empty the cell based on the condition. checkboxSelection = function(params) { if (params.data.
Read more >DataTable - How to make rows disabled in order not ... - GitHub
I disabled the <TableSelectRow> but when clicking on SelectAll these rows are selected, and I need them to be unselected. Relevant information.
Read more >How to disable grid row select/deselect for specific rows
Hello,. I want to disable rows in my grid based on certain condition. User should not be able to select/deselect row on mouse...
Read more >Row Selection - JavaScript Data Grid
Select a row by clicking on it. Selecting a row will remove any previous selection unless you hold down Ctrl while clicking. Selecting...
Read more >Disable table edits for some rows that don't meet a condition
I have a table that allows bulk updates and one can just update multiple rows at a time. I'm looking at options to...
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
Hi @wizarrc
selectCheck
option is not working properly ifselectionType=checkbox
. Well, the rows turns unselectable, but the checkbox still enabled. I think it is a bug@ShinDarth thanks for the clarification! I’ll keep that in mind. Sounds like that feature could be useful. Do you have any ideas on how you’d like the feature to added from an API perspective?