Registry / web-framework / ublaboo-datagrid

ublaboo-datagrid

JSON →
library7.2.0phppackagistunverified

DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

composer require ublaboo/datagrid
INSTALL
IMPORT
SIG · UBLABOO-DATAGRID
U
ublaboo-datagrid
web-frameworkphpv7.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataGrid
use Ublaboo\DataGrid\DataGrid;

Basic DataGrid setup

use Ublaboo\DataGrid\DataGrid; $grid = new DataGrid(); $grid->setDataSource($dataSource); $grid->addColumnText('name', 'Name'); $grid->addColumnNumber('price', 'Price');
Debug
Known issues
breakingRequires Nette Framework 3.0+
fix
Ensure your project uses Nette 3.0 or higher
affects: >=7.0
Upgrade
Version history
7.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ublaboo-datagrid — pip install ublaboo-datagrid · libregistry