Show:
Module: datatable-mutable
Parent Module: datatable

Available since 3.5.0

API docs for this extension are included in the DataTable class.

Class extension to add 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.

Index