I'm using for my project the plugin jqWidget and for my table, I set "checkbox" as a "selection mode".
Now what I need is when the table will load, to disable/hide the checkbox for some rows based on the data values in each one, for exemple, if a value called "disableCheckbox" is "true", the checkbox will not be showed, and if it's "false", the checkbox will be enabled.
Any help is greatly appreciated.
I don't think you could control the visibility of the default rendered checkbox in "checkbox" selection mode.
I have another solution which is use my own checkbox column
{ columntype: 'checkbox' }and control the "checkbox" visibility using cellclassname property with the help of CSS.Hope it helps !
PS: I do have an open source library that provides some useful, daily-used methods and functionalities for the sake of re-coding those features every time, I use it for my company project too, feel free to reference it, EnhanceDataGrid.js