Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 553 Bytes

File metadata and controls

18 lines (13 loc) · 553 Bytes

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