PHPackages                             ostheneo/responsivetable - 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. ostheneo/responsivetable

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

ostheneo/responsivetable
========================

A Laravel Nova tool for creating responsive tables.

1.0.0(2y ago)43.0k1[3 issues](https://github.com/OsTheNeo/ResponsiveTable/issues)MITVuePHP ^8.0

Since Oct 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/OsTheNeo/ResponsiveTable)[ Packagist](https://packagist.org/packages/ostheneo/responsivetable)[ RSS](/packages/ostheneo-responsivetable/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Nova ResponsiveTable
============================

[](#laravel-nova-responsivetable)

Laravel Nova ResponsiveTable is a Nova tool that enhances your Nova tables with the ability to hide and show columns in response to screen size changes. This makes your tables responsive and more user-friendly.

Features
--------

[](#features)

- **Responsive Tables**: Automatically hide and show columns in your Nova tables based on screen size changes.
- **Column Visibility Toggle**: Intuitive column visibility toggle for users.
- **No Dependencies**: Lightweight and doesn't rely on external libraries like jQuery DataTable.

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

[](#installation)

1. Install the package using Composer:

    ```
    composer require ostheneo/responsivetable
    ```
2. Register the tool in your NovaServiceProvider:

    ```
    // In app/Providers/NovaServiceProvider.php

    // ...

    protected function tools()
    {
        return [
            // ...

            new \OsTheNeo\ResponsiveTable\ResponsiveTable,
        ];
    }

    // ...
    ```
3. Configure your Nova resources to use ResponsiveTable:

    In your Nova resource file, set the $tableStyle property to "responsive" to enable the responsive column visibility:

    ```
    public static $tableStyle = "responsive";
    ```

That's it! Your Nova resource tables will now be responsive, and users can toggle column visibility based on screen size changes.

[![Captura de pantalla de la funcionalidad de ResponsiveTable](https://raw.githubusercontent.com/OsTheNeo/ResponsiveTable/main/screenshot.png)](https://raw.githubusercontent.com/OsTheNeo/ResponsiveTable/main/screenshot.png)

License
-------

[](#license)

Laravel Nova ResponsiveTable is open-source software licensed under the [MIT license](LICENSE.md).

Support and Contribution
------------------------

[](#support-and-contribution)

If you have any questions, issues, or feature requests, please [create an issue](https://github.com/ostheneo/responsivetable/issues) on the GitHub repository. Contributions are also welcome through pull requests.

Credits
-------

[](#credits)

Laravel Nova ResponsiveTable is developed and maintained by [OsTheNeo](https://github.com/OsTheNeo).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance5

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

934d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5789902?v=4)[Harry Gutierrez](/maintainers/OsTheNeo)[@OsTheNeo](https://github.com/OsTheNeo)

---

Top Contributors

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

---

Tags

laravelresponsivetablenovalaravel-nova

### Embed Badge

![Health badge](/badges/ostheneo-responsivetable/health.svg)

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[norman-huth/nova-assets-changer

Change Nova resources

2570.1k](/packages/norman-huth-nova-assets-changer)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)

PHPackages © 2026

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