Actualités

When the selection option "Checkbox-Only Selection" is used in the datatable, I am unable to copy the text from the cells in the table and also when triggering the onRowClick event from the datatable ...
Select uses this information to be able to retain row selection over a data reload. Generally, if a table is reloaded, the state of each row is lost (since the old rows are deleted and new rows added) ...
Describe the bug The DataTable with checkbox multi select wrongly sets the aria-selected="true" on selected checkboxes wrapper divs: Reproducer https://primevue.org/datatable/#checkbox_row_selection ...
A selected row is typically shown in a DataTable by using a highlight background colour - however, it can also be useful to use other styling options to convey the selected state of items in a table ...