Hello,
i need to add a checkbox column to my grid. how does it work?
i found the column-type “boolean” … but I see no difference to column-type “string”
can you post an example please.
thanks
Hello,
i need to add a checkbox column to my grid. how does it work?
i found the column-type “boolean” … but I see no difference to column-type “string”
can you post an example please.
thanks
For now you may create a template fro your cell to display the checkbox in your grid column:
https://docs.dhtmlx.com/suite/grid__usage.html#workingwithcolumnsandcells
Works almost as expected in v6.2.2. <- if editing: true.
(Was not working in v6.1.x.)
what happens when editing is true?