Checkboxes in TreeTable

Hi,

I would like to use a tree table with checkboxes and I’ve seen there is a bug on the demo:
http://webix.com/demo/treetable/checkboxes/

When you select a checkbox and then you open the node, the value becomes “1”.

Thx !

That is bug of demo, not really bug of component itself

Check the correct sample
http://webix.com/snippet/c67522f4

Ok, is it possible to add some columns and the “threeState” fonctionality in your example ?

Ok I got it !
But there is a bug with the threeState fonctionality icon:

http://webix.com/snippet/0509d138

Did I miss something ?

Thx !

Hi,

We will fix this bug in the next version (in 2-3 weeks)

Regards

Hi
I am trying to use threestate with checkbox - tree view in my application and on multiple clicks or tries parent node checkbox don’t get checked/unchecked as desired.

Is there any unknown bug for this ??

Hi, do you mean double clicks on the checkboxes that lead to the improper behaviour?

not sure if that’s the cause… is there any bug exist with double click ?
Also it doesn’t work as desire for threestate. for e.g. If I click on child then parent doesn’t change its state. this happens after multiple clicks unclicks.

Any solutions or examples for this fix would be great…

Thanks

this is fixed now. I have called refresh() on itemclick event.

Thanks

Hi,

the double click bug seems to be happening again at least in Chrome 42.0.2311.152 m.
http://docs.webix.com/samples/15_datatable/30_treetable/10_item_checkbox_3st.html.

Regards.