angular-tables provides a directive that brings power of Datatables.net in Angular’s scope Try zero-config Demo here,
- Manage Datables options and data for DataTables declaratively in table element (HTML)
- Assigning attributes to table element binding to options wih Objects, and data in 2D Array of [row][column] in angular's current controller's scope
- Watches over the data (array[row][column]) bound to the table from scope, and re-renders automatically on change
- Use angular aware elements in data values. Values first $compile with angular's current scope then $eval
- Follow example
- Follow Datatables options for configurable table options that can be used