Skip to content

Version 3.2

Compare
Choose a tag to compare
@Ronef Ronef released this 24 May 22:19
· 117 commits to master since this release
  • + 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.
    • * Some internal variables have been renamed.