This repository was archived by the owner on Feb 2, 2025. It is now read-only.
v0.5.4
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');
});