ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

feat: add indeterminate state to parent rows when a child is selected

Open lukasnys opened this issue 1 year ago • 1 comments

Why?

It's a very common pattern when working with nested checkboxes, that - when selecting a child checkbox - the parent checkbox gets an indeterminate state

What?

Add this indeterminate behaviour

lukasnys avatar Jul 23 '24 11:07 lukasnys

I need to change the indeterminate state so all parents (even ones further than 1 level) get isGroupIndeterminate: true when a child is selected.

lukasnys avatar Dec 04 '24 14:12 lukasnys