Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 439 Bytes

EasyDataTableBundle

Yet another DataTable Bundle for your Symfony Project.

This project is highly inspired by https://github.com/stwe/DatatablesBundle So Why Yet another DataTable Bundle!

The goal

  • Enable dumping js file instead of inline javascript
  • Optimize generated js code
  • Remove Hard dependency of some service(like translator, request)
  • Enable config with yml/Class
  • etc...