czita / datagrid
DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
Requires
- php: ^5.6|^7.0
- nette/application: ^2.3
- nette/forms: ^2.3
- nette/utils: >=2.4.0
- symfony/property-access: ^3.0.0 || ^4.0.0
- ublaboo/responses: ~1.0.0 || ~2.0.0
Requires (Dev)
- dibi/dibi: ^3.0
- doctrine/orm: ~2.5
- mockery/mockery: ~0.9
- nette/database: ^2.3
- nette/tester: ^1.6.1
- nextras/orm: ~2.0
- tharos/leanmapper: ~2.2.0
- tracy/tracy: ^2.3.0
- v6.x-dev
- v5.x-dev
- v5.7.1
- v5.7.0
- v5.6.0
- v5.5.6
- v5.5.5
- v5.5.4
- v5.5.3
- v5.5.2
- v5.5.1
- v5.5.0
- 5.4.13
- 5.4.12
- v5.4.11
- v5.4.10
- v5.4.9
- v5.4.8
- v5.4.7
- v5.4.6
- v5.4.5
- v5.4.4
- v5.4.3
- v5.4.2
- v5.4.1
- v5.4.0
- v5.3.3
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.4
- v5.2.3
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.x-dev
- v5.0.8
- v5.0.7
- v5.0.6
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.4.22
- v4.4.21
- v4.4.20
- v4.4.19
- v4.4.18
- v4.4.17
- v4.4.16
- v4.4.15
- v4.4.14
- v4.4.13
- v4.4.12
- v4.4.11
- v4.4.10
- v4.4.9
- v4.4.8
- v4.4.7
- v4.4.6
- v4.4.5
- v4.4.4
- v4.4.3
- v4.4.2
- v4.4.1
- v4.4.0
- v4.3.1
- v4.3.0
- v4.2.5
- v4.2.4
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.3.11
- v2.3.10
- v2.3.9
- V2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-filtertext-filtering
- dev-feature/refactoring
- dev-master
- dev-docs
- dev-validation-scope-fixes
This package is auto-updated.
Last update: 2025-02-27 03:02:35 UTC
README
First class DataGrid for Nette Framework.
Supported features: filtering, sorting, pagination, tree view, table view, translator, etc
Please see the full documentation.
Discussion / Help
Install
composer require ublaboo/datagrid
Versions
State | Version | Branch | Nette | PHP | |
---|---|---|---|---|---|
dev | ^6.0.0 |
master |
>=2.4 | >= 7.1 |
minimum-stability: dev, prefer-stable: true |
next | ^5.8.0 |
v5.x |
>=2.4 | >= 5.6 |
minimum-stability: dev, prefer-stable: true |
stable | ^5.7.1 |
v5.x |
>=2.3 | >= 5.6 |
|
stable | ^4.4.22 |
v5.x |
>=2.3 | >= 5.6 |
|
stable | ^3.3.1 |
v5.x |
>=2.3 | >= 5.3 |
Prologue
🚧 🚧 🚧
At this time we're working on new strict-typed (PHP >=7.3) ^6.0.0 in master branch. It will go throw the massive refactoring (namespace, classes, snake-case -> camelCase, etc.). We'll looking for some help (testers, PR).
You can test it using this composer setup.
{ "require": { "ublaboo/datagrid": "^6.0.0" }, "prefer-stable": true, "minimum-stability": "dev" }
If you're looking for rock stable version, use ^5.7.1 in v5.x branch.
{ "require": { "ublaboo/datagrid": "^5.7.1" } }
Overview
Current documentation - https://ublaboo.org/datagrid/.
Maintainers
Pavel Janda |
Milan Felix Å ulc |
Former maintainers
Martin Procházka |
Thank you for testing, reporting and contributing.