I have been attempting to add a 3 state (true, false, intermediate) checkbox to the header of a table which ties in with each rows individual checkboxes. I am able to calculate and update the state of ...
#myGrid input[type=checkbox], .slick-columnpicker-list input[type=checkbox] { display:none; /* to hide the checkbox itself */ #myGrid input[type=checkbox] + label ...