First class DataGrid for Nette Framework.
Supported features: filtering, sorting, pagination, tree view, table view, translator, etc
Please see the full documentation.
composer require ublaboo/datagrid
State | Version | Branch | Nette | PHP | |
---|---|---|---|---|---|
dev | ^6.0.0 |
master |
>=2.4 | >= 7.1 |
minimum-stability: dev, prefer-stable: true |
dev | ^5.7.0 |
master |
>=2.4 | >= 5.6 |
minimum-stability: dev, prefer-stable: true |
stable | ^5.6.0 |
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 |
🚧 🚧 🚧
At this time we're working on new strict-typed (PHP >=7.1) ^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.6.0 in v5.x branch.
{
"require": {
"ublaboo/datagrid": "^5.6.0"
}
}
Current documentation - https://ublaboo.org/datagrid/.
Pavel Janda |
Milan Felix Šulc |
Martin Procházka |
Thank you for testing, reporting and contributing.