PHPackages                             prezent/grid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. prezent/grid

ActiveLibrary

prezent/grid
============

Generic data grids and lists

0.16.0(6mo ago)1325.6k↓37%41MITPHPPHP ^7.4|^8.0CI failing

Since Aug 20Pushed 6mo ago8 watchersCompare

[ Source](https://github.com/Prezent/prezent-grid)[ Packagist](https://packagist.org/packages/prezent/grid)[ Docs](http://www.prezent.nl)[ RSS](/packages/prezent-grid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (49)Used By (1)

prezent/grid
============

[](#prezentgrid)

[![Build Status](https://camo.githubusercontent.com/777f1efff9ac0ad4f1e08a5200c7799c4a5151b6af91507cf08273fbf8325d58/68747470733a2f2f7472617669732d63692e6f72672f5072657a656e742f7072657a656e742d677269642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Prezent/prezent-grid)

A framework-independent library for building and rendering generic datagrids in PHP.

Installation
------------

[](#installation)

This extension can be installed using Composer. Tell composer to install the extension:

```
$ php composer.phar require prezent/grid
```

Symfony users should use the [prezent/grid-bundle](https://github.com/Prezent/prezent-grid-bundle). This sets up everything automatically and adds extra features such as router and translation integration.

Quick example
-------------

[](#quick-example)

If you have any experience using Symfony Forms, then this grid library will feel very familiar. Start by defining a grid:

```
