Skip to content

v0.5.0

Compare
Choose a tag to compare
@l-lin l-lin released this 07 Sep 09:49
· 503 commits to master since this release

This release contains the following:

  • Removing the DTInstances.getLast() and DTInstances.getList() as they are deprecated #315
  • Add MIT licence in bower.json #317
  • Update examples:
    • how to pass an object in the ng-click in the renderWith function #145
    • how to switch language when using angular-translate #351
    • how to add a custom button in the DT DOM #402
    • Fix fixedHeader example #372
    • Fix the row select example
  • add the $elem in the parameter of _redrawRows #321
  • Destroy the child scope when data is refreshed in the "Angular way" #326
  • Add support for commonjs #332
  • Correct the usage of DTDefaultOptions.setLanguageSource with the Angular renderer #356
  • Add support for Light column filter #431
  • Throw an error if the option serverSide is set to true and the table is not renderer by the Ajax renderer
  • Avoid exception when using multiple datatables with the Angular renderer #310