PHPackages                             jax-p/entity-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. jax-p/entity-grid

ActiveLibrary

jax-p/entity-grid
=================

Used for creating entity grids with search form and detail form. Designed for Nette.

044PHP

Since Apr 13Pushed 8y agoCompare

[ Source](https://github.com/Jax-p/entity-grid)[ Packagist](https://packagist.org/packages/jax-p/entity-grid)[ RSS](/packages/jax-p-entity-grid/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

EntityGrid
==========

[](#entitygrid)

Used for creating entity grids with search form and detail form. Designed for **Nette** and **Nette Database Explorer**.

Features:
---------

[](#features)

- Pagination
- Per page selection
- Search (in grid - for every column of item)
- Hide/Show selected columns
- Order (by every column of item, even if it's related value)
- Add/Edit/Delete rows
- Ajax behavior
- Optional form renderer (for example Bootstrap)

##### Preview:

[](#preview)

[![stack Overflow](https://raw.githubusercontent.com/Jax-p/entity-grid/master/preview-en.jpg)](https://raw.githubusercontent.com/Jax-p/entity-grid/master/preview-en.jpg)

Extra requirements:
-------------------

[](#extra-requirements)

Font Awesome is required to render SVG icons

- Font Awesome: ~ v5

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

[](#installation)

1. Install via composer
    - `composer require jax-p/entity-grid`
    - `composer install`
2. Create component in presenter ```
    /**
     * @return EntityGrid
     */
    protected function createComponentEntityGrid() {
        $control = new EntityGrid($this->model, $this->grid_options, $this->_session);
        return $control;
    }

    ```
3. Call the component in template (renders grid) ```
    {control entityGrid $page}

    ```
4. Call the components detail in template (renders edit form) *(optional)*```
    {control entityGrid:detail $item}

    ```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9b1ad61f758c22f5d659a12110d7d30a032daaced1eef22f197042b1619dfcb?d=identicon)[Jax-p](/maintainers/Jax-p)

---

Top Contributors

[![Jax-p](https://avatars.githubusercontent.com/u/21036385?v=4)](https://github.com/Jax-p "Jax-p (1 commits)")

### Embed Badge

![Health badge](/badges/jax-p-entity-grid/health.svg)

```
[![Health](https://phpackages.com/badges/jax-p-entity-grid/health.svg)](https://phpackages.com/packages/jax-p-entity-grid)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
