Datatables Sprinkle for Userfrosting
This version only works with UserFrosting 4.1.x !
I am in the process of adding instructions and documentation. in the meantime please check out my test sprinkle Sevak Sprinkle for Userfrosting for a live demo on how to use this.
- Table definitions using YAML file
- Utilizes Data Sprunjing
- Implements customized colum formatting and markup
- Optimized Ajax calls
"status": {
"name": "status",
"title": "Status",
"type": "select",
"data": "status",
"default": "",
"orderable": false,
"searchable": false,
"visible": false,
"class": "dt_column status",
"padding": "",
"width": ""
}
- Add in-line documentation
- Write tests
- Implement DOM based datatable using Twig Functions by creating Twig Template Function (not sure if this is a good idea :-)
- Convert Datatable Utility Javascript into jQuery plugin like one we have for Tablesorter (ufTable)
- implement select https://datatables.net/extensions/select/