Skip to content

corsoa/datatables-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ad6156 Â· Jul 31, 2015

History

7 Commits
Jul 30, 2015
Jul 19, 2015
Jul 26, 2015
Jul 31, 2015
Jul 18, 2015
Jul 26, 2015
Jul 19, 2015
Jul 19, 2015
Jul 26, 2015
Jul 19, 2015
Jul 27, 2015
Jul 26, 2015
Jul 30, 2015
Jul 19, 2015
Jul 19, 2015
Jul 26, 2015

Repository files navigation

datatables-generator

Making datatables play nicer with RESTful WebService data.

generateDataTable('myDatatableDiv', 'my/api/user-devices', ['Device Name', 'Image', {'Attributes': {width: '300px'}]);

Makes the building of columns vs. columnDefs easy and to minimize transport load on the server for large datasets.

You may also include special 'Delete' columns or 'Group Action' functionality which is best viewed through the examples.

To view the examples:

npm install
npm start

About

Datatables play nicer with RESTful web services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published