is treetable compatible with threeState checkboxes?

Hi,

Is treetable compatible with threeState checkboxes?

All working examples I have seen in the documentation use “tree” but not “treetable”.

I have implemented a new treetable but the “cascading” functionality of the checkboxes (checking parent automatically check all child nodes) doesn’t seem to work with “treetable”

    var table = webix.ui({
        container   : "urders",
        view        : "treetable",
        threeState  : true,
        autoheight  : true,
		autowidth   : true,
        columns     : [
                        { id:"id", header:"id", width:50,template:"{common.checkbox()} {common.treetable()} #value#" },
                        { id:"Owner", header:"Owner", width:250},
                        { id:"Type", header:"Type", width:50},
                        { id:"PayCode", header:"Pay Code", width:50},
                        { id:"Interest", header:"Interest", width:100},
                        { id:"Tag", header:"Tag", width:100},
                      ]
    });

Thank you!!

Hello @vayala ,

Is treetable compatible with threeState checkboxes?
Yes, it is.
Please, check the sample with treetable using threeState property https://snippet.webix.com/vxmgya9p