PHPackages                             cosyphp/row-table - 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. cosyphp/row-table

ActiveLibrary

cosyphp/row-table
=================

laravel-admin extension row-table

1.1.0(7y ago)055MITPHPPHP &gt;=7.0.0

Since Feb 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cosyphp/row-table)[ Packagist](https://packagist.org/packages/cosyphp/row-table)[ Docs](https://github.com/cosyphp/row-table)[ RSS](/packages/cosyphp-row-table/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (2)Versions (11)Used By (0)

laravel-admin row-table
=======================

[](#laravel-admin-row-table)

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

[](#installation)

Run :

```
$ composer require cosyphp/row-table

```

Then run:

```
$ php artisan vendor:publish --tag=row-table

```

Update it
---------

[](#update-it)

After `composer update` , if version of this extension changed :

Run

```
php artisan vendor:publish --tag=row-table --force

```

This will override css and js fiels to `/public/vendor/laravel-admin-ext/row-table/`

Or you can and a script in `composer.json` :

```
"scripts": {
    "post-update-cmd": "php artisan vendor:publish --tag=row-table --force",
}
```

Usage
-----

[](#usage)

```
protected function form()
{
    $form = new Form();

    $tableRow = new TableRow();
    $tableRow->select('图表类型')->options(['按年显示', '按月显示', '按天显示'])->default(1);
    $tableRow->date('日期')->default(date('Y-m-d'));
    $tableRow->button('搜索')->attribute('id', 'search-btn')->setElementClass('btn-primary');

    $form->rowtable('搜索')->setRows($tableRow)->useDiv(true);
    $form->disableSubmit();
    $form->disableReset();

    return $form;
}
```

License

---

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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

Every ~9 days

Recently: every ~2 days

Total

10

Last Release

2556d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2178e525bbc6baca6ae80a690ab614bddb8e912cb7e69b18311bea15924246b4?d=identicon)[cosyphp](/maintainers/cosyphp)

---

Top Contributors

[![ichynul](https://avatars.githubusercontent.com/u/10061650?v=4)](https://github.com/ichynul "ichynul (15 commits)")[![cosyphp](https://avatars.githubusercontent.com/u/10446658?v=4)](https://github.com/cosyphp "cosyphp (5 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cosyphp-row-table/health.svg)

```
[![Health](https://phpackages.com/badges/cosyphp-row-table/health.svg)](https://phpackages.com/packages/cosyphp-row-table)
```

###  Alternatives

[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58180.9k2](/packages/laravel-admin-ext-grid-lightbox)[james.xue/login-captcha

laravel-admin 登录验证码

3725.4k](/packages/jamesxue-login-captcha)[laravel-admin-ext/sparkline

Integrates jQuery sparkline into laravel-admin

161.1k](/packages/laravel-admin-ext-sparkline)

PHPackages © 2026

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