adsazad / datatables-bundle
支持原生Doctrine ORM、Elastica和MongoDB的Symfony DataTables 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-09-21 22:02:20 UTC
README
此包提供了将流行的 DataTables jQuery库方便集成到您的 Symfony 4.4+ 或 5.0+ 应用程序中的功能。
与其他提供类似功能的包不同,我们将DataTables逻辑的实现完全与数据源分离。因此,您可以针对所有可能的数据源实现自己的自定义适配器。《a href="https://github.com/doctrine/DoctrineBundle" rel="nofollow noindex noopener external ugc">Doctrine ORM》、《a href="https://github.com/mongodb/mongo-php-library" rel="nofollow noindex noopener external ugc">MongoDB 和《a href="https://github.com/ruflin/Elastica" rel="nofollow noindex noopener external ugc">Elastica 已捆绑。处理其他流行选项,如FOSElasticaBundle和Doctrine DBAL也是可能的。
文档
命令
生成包含对omines DataTables文档引用的数据表骨架的命令
php bin/console datatables:generate
支持
除非您非常确信您的问题源于此包的不足,并且需要原始开发者查看,否则请在Stack Overflow上提出所有问题。我们根本没有太多的时间,所以您的问题会在这里得到更快、更好的回答。
贡献
有关详细信息,请参阅CONTRIBUTING.md
法律
此软件是在荷兰埃因霍温的Omines Full Service Internetbureau内部开发的。它根据许可的MIT许可证与公众分享,不保证适用于任何特定目的。有关更多详细信息,请参阅包含的LICENSE
文件。