internations / datagrid-bundle
为Symfony提供的简单datagrid组件
v4.0.0-beta
2024-07-10 08:54 UTC
Requires
- php: >=7.2.5
- symfony/framework-bundle: ^4.4|^5.0
- symfony/security: ^4.4|^5.0
- twig/twig: ^2.0|^3.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.5
- phpunit/phpunit: >4
- symfony/symfony: ^4.4|^5.0
- dev-master
- v4.0.0-beta
- v3.2.0
- v3.1.0
- v3.0.0
- v2.0.0
- v2.0.0-alpha3
- v2.0.0-alpha2
- v2.0-alpha1
- v0.5.0
- dev-dev/sf5-compat
- dev-replace-templating-with-twig
- dev-sf22-compat
- dev-sf21-compat
- dev-features/routing-closure
- dev-features/count-query-event
- dev-feature/default-order
- dev-feature/range-input-type
- dev-feature/callback-parameter
- dev-feature/id-in-column-class
- dev-feature/route-parameters
This package is auto-updated.
Last update: 2024-08-30 19:39:36 UTC
README
这是一个基于Sorien/DataGridBundle的分支,主要专注于代码的重构。
测试
包含一个小型测试平台,可以根据实体渲染网格。运行composer install --dev
然后php -S <host>:<port> tests/InterNations/app/index.php
。