Currently, on desktop when you enable multiselect, you get a nice checkbox in the header of the datatable. I understand why the header gets hidden on mobile, since the grid style changes. But it would ...
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 ...