About jQuery DataTables Plugin
Provides jQuery DataTables for use in ProcessWire.
Category 1 | Development Tools Modules that have more to do with assisting development of a site rather than managing its content. |
---|---|
Category 2 | Other Modules Modules that have a unique purpose not covered by existing categories. |
Release State | Stable Should be safe for use in production environments. * |
Author | |
Module Version | 1.9.4 |
Class Name | JqueryDataTables |
Compatibility | 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7 |
Date Added | January 19, 2014 |
Last Updated | July 20, 2015 |
Recommended By | New recommendations may take up to 1 day to appear. |
Instructions
This module's files should be placed in /site/modules/JqueryDataTables/
How to install or uninstall modules
README
jQuery DataTables 1.9.4
This module adds the great jQuery DataTables plugin for use in ProcessWire. You can load the module in the admin from any of your module using:
$this->modules->JqueryDataTables;
This will load the module and add CSS and Javascript from DataTables. This mostly would be used by a custom admin Process module.
Note: Loading this module will just attach the necessary files to the admin. To use it you would need to add your own jQuery scripts and init the DataTables with something like.
$("#mytable").dataTable();
License
See /DataTables/license-bsd.txt and /DataTables/license-gpl2.txt
Comments
No comments yet. Be the first to post!
Post a Comment
Your e-mail is kept confidential and not included with your comment. Website is optional.
- Admin Helpers
- Core Modules
- Development Tools
- Field Types
- File Validator
- Import/Export
- Input Fields
- Language Modules
- Language Packs
- Logs/Monitoring
- Markup Generation
- Photo/Video/Audio
- Premium Modules
- Process Modules
- Proof of Concept
- SEO/Accessibility
- Site Profiles
- Social, Feeds, Services
- Text Formatters
- Other Modules
- Users and Access
Disclaimer
*Use modules at your own risk. There are no guarantees or warranties. It is recommended that you backup your site and database before installing new modules.