PHPackages                             geniv/nette-table-block - 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. geniv/nette-table-block

ActiveLibrary

geniv/nette-table-block
=======================

Table block component for Nette Framework

v1.0.0(8y ago)032MITPHPPHP &gt;=7.0.0

Since Mar 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/geniv/nette-table-block)[ Packagist](https://packagist.org/packages/geniv/nette-table-block)[ RSS](/packages/geniv-nette-table-block/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Table block
===========

[](#table-block)

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

[](#installation)

```
$ composer require geniv/nette-table-block
```

or

```
"geniv/nette-table-block": ">=1.0.0"
```

require:

```
"php": ">=7.0.0",
"nette/nette": ">=2.4.0",
"geniv/nette-general-form": ">=1.0.0"
```

Include in application
----------------------

[](#include-in-application)

neon configure:

```
services:
    - TableBlock
```

usage:

```
protected function createComponentStudioBlock(TableBlock $tableBlock): TableBlock
{
    $studioBlock = clone $tableBlock;
    $studioBlock->setTemplatePath(__DIR__ . '/templates/Studio/studioBlock.latte');
    $studioBlock->addVariableTemplate('listStudio', $this->listStudio);
    return $studioBlock;
}
```

usage:

```
{control studioBlock}
```

usage in template:

```

    {$item['title']}

{if !$iterations}
    no items
{/if}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2988d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc7e200eb4e96d99020297684063209160ea1347d8a2a8b4cd769d532204867e?d=identicon)[geniv](/maintainers/geniv)

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (4 commits)")

---

Tags

nettelistblocktablecustomgeniv

### Embed Badge

![Health badge](/badges/geniv-nette-table-block/health.svg)

```
[![Health](https://phpackages.com/badges/geniv-nette-table-block/health.svg)](https://phpackages.com/packages/geniv-nette-table-block)
```

###  Alternatives

[o5/grido

Grido - DataGrid for Nette Framework

87290.5k4](/packages/o5-grido)

PHPackages © 2026

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