You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Parameters → colTpl: The [+rowNumber+] placeholder is now also available within column templates.
+ Parameters → rowTpl, colTpl: The new placeholder [+rowNumber.zeroBased+] (index of the current row, starts at 0) was added to row and column templates. It’s very useful sometimes.
* Refactoring:
* Column templates are processed only if they are used.
* The sortBy and sortDir parameters are processed only if they are used.
* The startRow and totalRows parameters are processed only if they are used.