API Docs for:
Show:

DataTable.Mutable Class

Adds mutation convenience methods to Y.DataTable (or other built class).

Column mutation methods are paired with new custom events:

  • addColumn
  • removeColumn
  • modifyColumn
  • moveColumn

Row mutation events are bubbled from the DataTable's data ModelList through the DataTable instance.

Item Index