SelectionMode

Controls how row selection behaves.

  • NONE: No selection UI. Taps still fire DataTable's onRowClick.

  • SINGLE: At most one row selected at a time. No select-all checkbox.

  • MULTI: Multiple rows selectable with a select-all checkbox in the header.

Entries

Link copied to clipboard

No selection UI and no selection changes. Row taps still fire onRowClick.

Link copied to clipboard

At most one row selected. Tapping the selected row clears it. No select-all checkbox.

Link copied to clipboard

Any number of rows selected, with a select-all checkbox in the header.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.