Symfony DataTables Bundle
This bundle provides convenient integration of the popular DataTables jQuery library
for realtime Ajax tables in your Symfony 4.2+ 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.
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.
Copyright (c) 2020 Omines Internetbureau B.V.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
Added an ORM adapter which allows fetch joins (#121)
By web-flow, 9 months ago
-
This pull request fixes per-column searches. (#120)
By web-flow, 9 months ago
-
Add server side export (#83)
By web-flow, 9 months ago
-
Make package requirements consistent
By curry684, 10 months ago
-
Reshuffle dependencies and up min Symfony to 4.2
By curry684, 10 months ago
-
Merge branch 'master' of github.com:omines/datatables-bundle
By curry684, 10 months ago
-
Prepare 0.4.2
By curry684, 10 months ago
-
Javascript improvements (#145)
By web-flow, 10 months ago
-
Fix SymfonyInsight badge for real
By web-flow, 11 months ago
-
Fix SymfonyInsight badge
By web-flow, 11 months ago
-
Force use outdated version of ocramius/package-versions
By curry684, 11 months ago
-
Update Scrutinizer config
By curry684, 11 months ago
-
Upgrade to PHPUnit 8/9
By curry684, 11 months ago
-
Test local translations (#139)
By web-flow, 11 months ago
-
Bump nokogiri from 1.10.7 to 1.10.8 in /docs (#133)
By web-flow, 1 year ago
-
Restructure tests to improve readability
By curry684, 1 year ago
-
Update README.md
By web-flow, 1 year ago
-
Integrate translation update script
By curry684, 1 year ago
-
add missing closing bracket for example (#131)
By web-flow, 1 year ago
-
Update translations with script (#130)
By web-flow, 1 year ago
-
Fix deprecations (#129)
By web-flow, 1 year ago
-
Prepare 0.4.1
By curry684, 1 year ago
-
Use weak deprecation testing
By curry684, 1 year ago
-
Apply code style
By curry684, 1 year ago
-
Drop bad testing method on old Symfony frameworks
By curry684, 1 year ago
-
Fix deprecations helper crashing old Symfony versions
By curry684, 1 year ago
-
Fix failing test by reverting custom WebClient handling
By curry684, 1 year ago
-
Option for custom datetime format for creating object (#127)
By web-flow, 1 year ago
-
Symfony 3 is not supported, according to the readme.md (#123)
By web-flow, 1 year ago
-
Make dependency on contracts explicit
By curry684, 1 year ago