T3 DataTable 

Extension key

t3_datatable

Package name

hrr/t3-datatable

Language

en

Author

Himanshu Ramavat, Rohan Parmar

License

GPL-2.0-or-later

Repository

https://github.com/himanshuramavat/t3_datatable

Issues

https://github.com/himanshuramavat/t3_datatable/issues


T3 DataTable is a server-side grid engine for custom TYPO3 backend modules. Register a grid for any database table and you get a secured AJAX endpoint plus a searchable, sortable, and paginated table, without writing SQL boilerplate by hand. It complements (and does not replace) the core Web > List module (DatabaseRecordList) used for TCA records on a page.

This documentation is for two groups of people:

  • Extension developers who want to add DataTable grids to their backend modules.
  • Integrators who just need to install and switch on the package.

Introduction 

What the extension does and how it fits into TYPO3.

Installation 

Install and activate the extension.

Developer guide 

Register grids, wire DI, and use the JavaScript module.

Usage 

Demo backend module and AJAX endpoint.


Table of contents