Hi,
I am using the hierarchicalCheckboxes in my tree grid. The selection behavior between parent and child rows are working as expected before sorting. Checking a child row would show partial selection on the parent row checkbox. Parent row would be checked automatically when all child rows are checked. Likewise, unchecking one of the checked child rows would show partial selection on the parent row, and parent row would be unchecked automatically when the last checked child row is unchecked.
However, the problem starts after the rows are sorted by any sortable column. In my case, I have both sortable and non-sortable columns. First, the parent row doesn’t show partially checked checkbox automatically like it does before. Second, the parent row is not checked automatically when the last unchecked child row is checked.
I tested in the below example, and it shows the same problem. Is this a bug, and would it be fixed soon?
Thanks