Indicates whether multiple rows or only a single row of a DataTable can be selected.
Callback that is invoked when the user clicks on a row of the DataTable.
Indicates the resize behavior of columns.
When a row is editable: whether to save
the
current contents of the row or cancel
the row edit and discard all changes.
Indicates whether row editors are loaded eagerly or on-demand.
Indicates whether multiple columns of a DataTable can be expanded at the same time, or whether other expanded rows should be collapsed when a new row is expanded.
Either the 0-based index of a row, or the row
element (TR
) itself.
Indicates whether rows are selected via radio buttons or via checkboxes.
Indicates how rows of a DataTable
may be selected, when clicking on the row itself (not the checkbox / radiobutton from p:column).
new
always unselects other rows, add
preserves the currently selected rows, and none
disables row selection.
Indicates whether a DataTable can be sorted by multiple columns or only by a single column.
The available sort order types for the DataTable.
Generated using TypeDoc
Indicates whether cell editors are loaded eagerly or on-demand.