Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

v0.5.4

Compare
Choose a tag to compare
@l-lin l-lin released this 04 Apr 16:38
· 504 commits to master since this release

This release contains the following:

  • Fix buttons when options is not defined #603
  • Fix some documentation #595 #600 #608
  • Re-render table error missing argument 'scope' #621
  • Set default DOM options in DTDefaultOptions #632
angular.module('myModule', ['datatables']).run(function(DTDefaultOptions) {
    DTDefaultOptions.setDOM('lpfrtip');
});
  • Add missing angular-datatables.css #634
  • Correct NPM Package Issue #645
  • Use DataTable v1.10+ syntax instead of old ones #650
  • Fix angular-datatables.js Encoding inconsistencies and invisible characters #665 #669