JQuery DataTables Plugin
Dependency :
compile ":jquery-datatables:1.7.5"
Summary
Description
Overview
This plugin simply supplies jQuery DataTables plugin resources, and depends on the jQuery plugin to include the core jquery libraries.Use this plugin in your own apps and plugins to avoid resource duplication and conflicts.Special thanks to Eric Turner written a great blog post about "Using jQuery DataTables In Grails".Note for developers working with this plugin
This plugin just provides the resources and a tag to include them. It must not include tags to add new functionality or wrap jQuery DataTables features.If you need a newer version of jQuery DataTables than is currently available with this plugin you can update this plugin in grails SVN yourself. The original author has no desire to manage releases - provided you follow the clear conventions set out, all users of this plugin will be happy! Be my guest and release new versions as and when - just don't break anything for existing users. That means:IMPORTANT: Make sure the version number of the plugin and the jQuery DataTables distribution is the same.
- Always include all jQuery DataTables resources such as jquery.dataTables.js, jquery.dataTables.min.js, demo_table.css, demo_table_jui.css and images.
- Don't add any functionality tags to this plugin