This repository was archived by the owner on Feb 2, 2025. It is now read-only.
v0.1.1
This release contains the following:
- Expose the DataTable object in the event #64:
$scope.$on('event:dataTableLoaded', function(event, loadedDT) {
// loadedDT === {"id": "foobar", dt: oTable}
});