How to remove checkbox from header of a datatable. I have tried below changes in CSS. Though cursor is not allowed, it still clickable and selects all records. table.dataTable thead ...
I am working on implementing row selection in a Mantine DataTable and would like to replace the default checkboxes with Mantine's Switch component. I reviewed the documentation but couldn't find a ...