Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

CellEditMode: "eager" | "lazy"

Indicates whether cell editors are loaded eagerly or on-demand.

CmSelectionMode: "single" | "multiple"

Indicates whether multiple rows or only a single row of a DataTable can be selected.

OnRowClickCallback: ((event: TriggeredEvent, row: JQuery) => void)

Type declaration

ResizeMode: "expand" | "fit"

Indicates the resize behavior of columns.

RowEditAction: "cancel" | "save"

When a row is editable: whether to save the current contents of the row or cancel the row edit and discard all changes.

RowEditMode: "eager" | "lazy"

Indicates whether row editors are loaded eagerly or on-demand.

RowExpandMode: "single" | "multiple"

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.

RowSpecifier: number | JQuery

Either the 0-based index of a row, or the row element (TR) itself.

SelectionMode: "radio" | "checkbox"

Indicates whether rows are selected via radio buttons or via checkboxes.

SelectionRowMode: "new" | "add" | "none"

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.

SortMode: "single" | "multiple"

Indicates whether a DataTable can be sorted by multiple columns or only by a single column.

SortOrder: "ASCENDING" | "DESCENDING" | "UNSORTED"

The available sort order types for the DataTable.

Generated using TypeDoc