Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. The following built-in template variables can be bound to inside the column templates:
  2. - `[[index]]`: Number representing the row index
  3. - `[[item]]` and it's sub-properties: Data object (provided by a data provider / items array)
  4. - `{{selected}}`: True if the item is selected (can be two-way bound)
  5. - `{{detailsOpened}}`: True if the item has row details opened (can be two-way bound)
  6. - `{{expanded}}`: True if the item has tree sublevel expanded (can be two-way bound)
  7. - `[[level]]`: Number of the tree sublevel of the item, first level-items have 0
Add Comment
Please, Sign In to add comment