Skip to content

simars/angular-tables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to angular-tables

angular-tables provides a directive that brings power of Datatables.net in Angular’s scope Try zero-config Demo here,

Features

  • 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

How to use?

About

Angular Tables using Datables + JQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published