Hi,
We have checkbox (<input type='checkbox' ...>) in each row of TreeList where we will set it as indeterminate state by below code:
checkboxElement.prop('indeterminate', true);
It works fine until I expand or collapse a node. All those 'indeterminate' checkbox are cleared.
Please kindly advise any way to prevent such clearing.
Thanks!
Kelvin