@helix-x/datagrid-ui - v0.1.2
    Preparing search index...

    Function isEditable

    • Whether a specific row's cell is editable in this column.

      Type Parameters

      • T
      • C

      Parameters

      • column: ColumnDef<T, C>

        The column to test.

      • row: T

        The row to test, for a predicate editable.

      Returns boolean

      true when the cell can be edited.