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
This package is auto-updated.
Last update: 2026-05-27 05:35:54 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.