Hi!
I’m trying to create a table in Angular 11 with multiple row headers, and one of them being a checkbox. I’ve found this fiddle:
And it seems to be working fine, however, on top of the very first cell header, I would like to add another checkbox, that when checked will tick all boxes bellow, similar to this:
https://handsontable.com/static/images/template/ModCustomers/nuxeo/nuxeo-illustration-1.png
How do I achieve that? I couldn’t find a way to edit this very first cell above the row headers so far…
Thanks in advance for the help!