Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 339 Bytes

datatables

A datatables module for Zend Framework 2

Installation

  • Add the repository to your composer.json (or add and autoload things manually)
  • Add the 'Datatables' module to the application.config.php
  • In a view, you should now be able to use $this->datatable();
  • See the functions in datatable.php for what you can use