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 1mo ago

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

31

—

LowBetter than 68% of packages

Maintenance49

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

400d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87bc25ac1a4bbb64cea0a1d1fdc491170f6af0fa176d97c95c8548e74156a8fa?d=identicon)[KozSuper](/maintainers/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

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)

PHPackages © 2026

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