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

v0.0.1

Compare
Choose a tag to compare
@l-lin l-lin released this 30 May 21:49
· 504 commits to master since this release

First release of the module. It includes the following:

  • a directive datatable that will render the table with Datatables along with attributes dt-options and dt-columns in which you can provide additional options
  • a DTOptionsBuilder that will help you build the datatable options (but you can always pass a simple JSON object instead)
  • a DTColumnBuilder that will help you build the datatable column options (but you can always pass a simple JSON object instead
  • the module can work with Ajax calls and promises