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 ...
Even if you select a column other than frozenColumns in p:datatable, the checkbox will not be selected. The checkbox is set in p:datatable with <p:column selectionMode="multiple">. When you click a ...