Skip to content
✌ Makis Tracend edited this page Jun 12, 2013 · 3 revisions
  • this.data() returns the active data (filtered if any)
  • this.data({ raw: true }) returns the raw data
  • this.data({ model }) adds a model to the raw data
  • this.data({ model }, { filter: true }) adds a model to the raw data and automatically the filtered data

Clone this wiki locally