PHPackages                             kozsuper/filament-table-views - 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. kozsuper/filament-table-views

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

kozsuper/filament-table-views
=============================

A powerful table views package for Laravel Filament

1.0.1(1y ago)244MITPHPPHP ^8.1CI failing

Since Apr 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KozSuper/Filament-Table-Views)[ Packagist](https://packagist.org/packages/kozsuper/filament-table-views)[ RSS](/packages/kozsuper-filament-table-views/feed)WikiDiscussions main Synced today

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

Table Views for Laravel Filament
================================

[](#table-views-for-laravel-filament)

A powerful package for managing table views in Laravel Filament applications.

> This package is originally developed by [AureusERP](https://github.com/aureuserp/aureuserp) and modified for standalone usage.

Live Demo
---------

[](#live-demo)

You can experience the Table Views module in action on the official AureusERP demo site:

- [AureusERP Demo](https://demo.aureuserp.com/)

Screenshots
-----------

[](#screenshots)

[![Mô tả ảnh](docs/images/demo.JPG)](docs/images/demo.JPG)

Features
--------

[](#features)

- Create and manage custom table views
- Save favorite views
- Public and private views
- Custom filters and sorting
- User-specific views
- Easy integration with Filament

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 10.0 or higher
- Filament 3.0 or higher

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

[](#installation)

You can install the package via composer:

```
composer require kozsuper/filament-table-views
```

Publish the migrations:

```
php artisan vendor:publish --tag=table-views-migrations
```

Usage
-----

[](#usage)

1. Run migrations:

```
php artisan migrate
```

2. Use the trait in your Filament resources:

```
use KozSuper\TableViews\Filament\Concerns\HasTableViews;

class YourResource extends Resource
{
    use HasTableViews;

    // Your resource code...
}
```

Configuration
-------------

[](#configuration)

You can publish the config file with:

```
php artisan vendor:publish --provider="KozSuper\TableViews\TableViewsServiceProvider" --tag="config"
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT License](LICENSE.md).

### Attribution

[](#attribution)

This package is based on the Table Views module from [AureusERP](https://github.com/aureuserp/aureuserp), which is also licensed under the MIT License.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance43

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~1 days

Total

2

Last Release

455d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65407978?v=4)[KozSuper](/maintainers/KozSuper)[@KozSuper](https://github.com/KozSuper)

---

Top Contributors

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

---

Tags

laravelfilamenttable-views

### Embed Badge

![Health badge](/badges/kozsuper-filament-table-views/health.svg)

```
[![Health](https://phpackages.com/badges/kozsuper-filament-table-views/health.svg)](https://phpackages.com/packages/kozsuper-filament-table-views)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M24](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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