ITablePropertyItem<T, Prop>: IPropertyItem<T, Prop> & {
    updateCell(dataCell, row, column) => void;
    updateRow(dataRow, row) => void;
    updateTable(newData) => void;
}

A property item which supports Table properties

Type Parameters

Type declaration

  • updateCell:function
    • Parameters

      Returns void

  • updateRow:function
  • updateTable:function