You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ for realtime Ajax tables in your [Symfony](https://symfony.com/) 4.1+ or 5.0+ ap
13
13
14
14
Unlike other bundles providing similar functionality we decoupled the implementation of the DataTables logic
15
15
completely from the source of the data. Therefore it is possible to implement your own custom adapters for
16
-
every possible data source. [Doctrine ORM](https://github.com/doctrine/DoctrineBundle)and [Elastica](https://github.com/ruflin/Elastica) come bundled already, we intend to provide popular
17
-
choices like FOSElasticaBundle, Doctrine DBAL and MongoDB out of the box as well.
16
+
every possible data source. [Doctrine ORM](https://github.com/doctrine/DoctrineBundle), [MongoDB](https://github.com/mongodb/mongo-php-library)and [Elastica](https://github.com/ruflin/Elastica) come bundled. Handling other popular
17
+
choices like FOSElasticaBundle and Doctrine DBAL is possible.
0 commit comments