PHPackages                             jrglaber/dhtmlx - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jrglaber/dhtmlx

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jrglaber/dhtmlx
===============

Biblioteca para trabalhar com DHTMLX Grid.

0191PHP

Since Jul 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jrglaber/DhtmlxGrid)[ Packagist](https://packagist.org/packages/jrglaber/dhtmlx)[ RSS](/packages/jrglaber-dhtmlx/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

DhtmlxGrid Example
==================

[](#dhtmlxgrid-example)

setEnableMultiselect(true) -&gt;setEnableColumnAutoSize(true) -&gt;setActive(true); $item = new Dhtmlx\\DhtmlColumn("column1"); $item-&gt;label = "Coluna 1"; $item-&gt;type = \\Dhtmlx\\Functions\\SetColTypes::TYPE\_RO; $item-&gt;filter = Dhtmlx\\Functions\\AttachHeader::TEXT\_FILTER; $item-&gt;width = 200; $item-&gt;align = \\Dhtmlx\\Functions\\SetColAlign::ALIGN\_LEFT; $dhtmlx-&gt;addColspan($item); $item = new Dhtmlx\\DhtmlColumn("column2"); $item-&gt;label = "Coluna 2"; $item-&gt;type = \\Dhtmlx\\Functions\\SetColTypes::TYPE\_RO; $item-&gt;filter = Dhtmlx\\Functions\\AttachHeader::SELECT\_FILTER; $item-&gt;width = 300; $item-&gt;sort = \\Dhtmlx\\Functions\\SetColSorting::SORT\_STR; $item-&gt;align = \\Dhtmlx\\Functions\\SetColAlign::ALIGN\_CENTER; $dhtmlx-&gt;addColspan($item); $dhtmlx-&gt;addRow(1, array("a1", "b1")); $dhtmlx-&gt;addRow(2, array("a2", "b2")); $dhtmlx-&gt;addRow(3, array("a3", "b3")); \\Dhtmlx\\Functions\\SetRowHidden::getInstance()-&gt;id = 3; $dhtmlx-&gt;addFunction(\\Dhtmlx\\Functions\\SetRowHidden::getInstance()); \\Dhtmlx\\Events\\OnRowSelect::getInstance()-&gt;setFunction("alert('Linha de id ' + id);"); $dhtmlx-&gt;addEvent(\\Dhtmlx\\Events\\OnRowSelect::getInstance()); echo $dhtmlx-&gt;rendererHeader(); echo $dhtmlx-&gt;rendererHtml(); echo $dhtmlx-&gt;render(); ?&gt; &lt;script&gt; label = "Novo Label"; echo \\Dhtmlx\\Functions\\SetColumnLabel::getInstance()-&gt;render(); ?&gt; function cell(row,column){ idColumn = 'column'; \\Dhtmlx\\Functions\\CellById::getInstance()-&gt;idRow = 'row'; echo "return " . \\Dhtmlx\\Functions\\CellById::getInstance()-&gt;render(); ?&gt; } var teste = cell(1,0); console.dir(teste.cell.innerHTML); &lt;/script&gt;

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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/bf8819f07481d6c8bf82be9ce00c6112dc43477454b5fbfa13df7f72875c3623?d=identicon)[jrglaber](/maintainers/jrglaber)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jrglaber-dhtmlx/health.svg)

```
[![Health](https://phpackages.com/badges/jrglaber-dhtmlx/health.svg)](https://phpackages.com/packages/jrglaber-dhtmlx)
```

###  Alternatives

[doublesecretagency/craft-siteswitcher

Easily switch between sites on any page of your website.

6690.2k](/packages/doublesecretagency-craft-siteswitcher)

PHPackages © 2026

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