editable property

bool editable
final

When true, the engine accepts edits on this column and committed values surface via VolvoxDataGrid.onCellEdit. When false, the column is read-only — the grid cancels edits before they start.

Implementation

final bool editable;