adsazad / datatables-bundle
Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 113
Type:symfony-bundle
Requires
- php: ^7.2
- symfony/event-dispatcher: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/options-resolver: ^4.4|^5.0
- symfony/property-access: ^4.4|^5.0
- symfony/translation: ^4.4|^5.0
Requires (Dev)
- ext-curl: *
- ext-json: *
- ext-pdo_sqlite: *
- ext-zip: *
- doctrine/common: ^2.6
- doctrine/doctrine-bundle: ^2.1
- doctrine/orm: ^2.6.3
- doctrine/persistence: ^1.3.4
- friendsofphp/php-cs-fixer: ^2.7
- mongodb/mongodb: ^1.2
- ocramius/package-versions: 1.4.*
- phpoffice/phpspreadsheet: ^1.6
- phpunit/phpunit: ^8.5|^9.0
- ruflin/elastica: ^6.0
- symfony/browser-kit: ^4.4|^5.0
- symfony/css-selector: ^4.4|^5.0
- symfony/dom-crawler: ^4.4|^5.0
- symfony/finder: ^4.4|^5.0
- symfony/intl: ^4.4|^5.0
- symfony/mime: ^4.4|^5.0
- symfony/phpunit-bridge: ^4.4|^5.0
- symfony/twig-bundle: ^4.4|^5.0
- symfony/var-dumper: ^4.4|^5.0
- symfony/yaml: ^4.4|^5.0
Suggests
- doctrine/doctrine-bundle: For integrated access to Doctrine object managers
- doctrine/orm: For full automated integration with Doctrine entities
- mongodb/mongodb: For integration with MongoDB collections
- phpoffice/phpspreadsheet: To export the data from DataTables to Excel
- ruflin/elastica: For integration with Elasticsearch indexes
- symfony/twig-bundle: To use default Twig based rendering and TwigColumn
- dev-master / 0.5.x-dev
- 0.5.1
- 0.5.0
- 0.5.0-rc.1
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.x-dev
- 0.3.1
- 0.3.0
- 0.2.x-dev
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.x-dev
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-adsazad-command
- dev-patch-1
- dev-renovate/ruflin-elastica-7.x
- dev-renovate/ocramius-package-versions-1.x
- dev-renovate/doctrine-persistence-2.x
- dev-renovate/doctrine-common-3.x
This package is auto-updated.
Last update: 2024-10-21 22:12:09 UTC
README
This bundle provides convenient integration of the popular DataTables jQuery library for realtime Ajax tables in your Symfony 4.4+ or 5.0+ application.
Unlike other bundles providing similar functionality we decoupled the implementation of the DataTables logic completely from the source of the data. Therefore it is possible to implement your own custom adapters for every possible data source. Doctrine ORM, MongoDB and Elastica come bundled. Handling other popular choices like FOSElasticaBundle and Doctrine DBAL is possible.
Documentation
Visit the documentation with extensive code samples.
Command
Command to generate datatable skeleton with reference to the omines datatable documentation
php bin/console datatables:generate
Support
Unless you are highly confident your issue stems from a shortcoming of this bundle and needs the original developers to look at it, please ask all questions on Stack Overflow. We simply don't have a lot of time to spare, so your questions will be answered faster and better over there.
Contributing
Please see CONTRIBUTING.md for details.
Legal
This software was developed for internal use at Omines Full Service Internetbureau
in Eindhoven, the Netherlands. It is shared with the general public under the permissive MIT license, without
any guarantee of fitness for any particular purpose. Refer to the included LICENSE
file for more details.