Download the PHP package happydemon/data-table without Composer
On this page you can find all versions of the php package happydemon/data-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download happydemon/data-table
More information about happydemon/data-table
Files in happydemon/data-table
Download happydemon/data-table
More information about happydemon/data-table
Files in happydemon/data-table
Vendor happydemon
Package data-table
Short Description Kohana wrapper for generating standardised jQuery DataTables
License MIT
Homepage https://github.com/happyDemon/dataTable
Package data-table
Short Description Kohana wrapper for generating standardised jQuery DataTables
License MIT
Homepage https://github.com/happyDemon/dataTable
Please rate this library. Is it a good library?
Informations about the package data-table
dataTable
Kohana 3.3 wrapper for generating standardised jQuery DataTables that's prepared to be integrated with twitter bootstrap layouts.
This module generates:
- your table's HTML
- a javascript file that initialises your table
- handles the dataTable request to load/filter/sort your table.
The table's HTML and javascript get cached after being generated (its lifetime can be set in the config file).
Install
Git
Composer
Add paginate and datatables to your composer.json repositories
Add "happydemon/datatable" to your dependencies
Example
A controller was added to show how you could implement this module's functionality, all that's left to do is setup the table's columns.
All versions of data-table with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
composer/installers Version *
morgan/kohana-paginate Version 0.3.0
morgan/kohana-datatables Version 0.2.0
composer/installers Version *
morgan/kohana-paginate Version 0.3.0
morgan/kohana-datatables Version 0.2.0
The package happydemon/data-table contains the following files
Loading the files please wait ....