Closed dracarys18 closed 8 months ago
You could keep it simple (because it's tricky) and just make the select-all button be dumb: it always selects all.
You could keep it simple (because it's tricky) and just make the select-all button be dumb: it always selects all.
I would prefer it to be a checkbox with deselect. Because let's say I selected all of the entries with Select All button and now I have to deselect them then I have to do it one by one which is not really convenient. What are your thoughts?
I would prefer it to be a checkbox with deselect. Because let's say I selected all of the entries with Select All button and now I have to deselect them then I have to do it one by one which is not really convenient. What are your thoughts?
Sure, I don't mind. But it's tricky as I said.
Some additional changes after adding the
derivedState
mentioned previously
I have resolved them please check
Looks good now @dracarys18 Thanks for your contribution!