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

v0.5.2

Compare
Choose a tag to compare
@l-lin l-lin released this 15 Dec 15:00

This release contains the following:

  • Ensure DTRendererService.preRender is called when using "The Angular Way" #502
  • Add support for directives in the DTLoadingTemplate #529
    • Instead of overriding the DTLoadingTemplate factory, you will need to initialize like this;
angular.module('showcase', ['datatables'])
.run(initDT);

function initDT(DTDefaultOptions) {
    DTDefaultOptions.setLoadingTemplate('<img src="images/loading.gif" />');
}
  • Correction on the loading message #528
  • New datatables bower distribution #526
  • Correction with the extension Buttons where the buttons disappear when using the angular renderer #502
  • Correct the extension FixedColumns with the angular renderer #254
    • ⚠️ version 3.1.0+ of FixedColumns is needed