PHPackages                             tiagospem/simple-tables - 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. tiagospem/simple-tables

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

tiagospem/simple-tables
=======================

v0.2.0(1y ago)27MITPHPPHP ^8.3.0CI failing

Since Feb 9Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/Tiagospem/livewire-simple-tables)[ Packagist](https://packagist.org/packages/tiagospem/simple-tables)[ Fund](https://www.paypal.com/donate/?hosted_button_id=E3HXK2FPPAL86)[ GitHub Sponsors](https://github.com/Tiagospem)[ RSS](/packages/tiagospem-simple-tables/feed)WikiDiscussions releases/v0.2.x Synced 1mo ago

READMEChangelog (7)Dependencies (10)Versions (11)Used By (0)

Livewire Simple Tables
======================

[](#livewire-simple-tables)

A powerful Laravel Livewire package that simplifies the creation of interactive, feature-rich data tables with minimal effort.

Overview
--------

[](#overview)

Livewire Simple Tables is designed to help Laravel developers quickly build beautiful, interactive data tables without the complexity often associated with table implementations. This package leverages Laravel Livewire to provide a reactive, real-time user experience.

[![Livewire Simple Tables Example](docs/images/example-table.png)](docs/images/example-table.png)

Features
--------

[](#features)

- **Easy to Set Up**: Get started with just a few lines of code
- **Powerful Data Management**: Built-in pagination, sorting, and searching
- **Customizable Filters**: Create dependent, reactive filters to narrow down data
- **Interactive Actions**: Add row-level actions and bulk operations
- **Row Detail Views**: Expand rows to show additional information
- **Beautifully Styled**: Built with Tailwind CSS for a clean, modern look
- **Highly Extensible**: Create custom themes, filters, and components

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

[](#installation)

```
composer require tiagospem/simple-tables
```

For detailed installation instructions, see the [Installation Guide](https://tiagospem.github.io/livewire-simple-tables/installation).

Quick Start
-----------

[](#quick-start)

### Create a Table Component

[](#create-a-table-component)

```
php artisan st:create table UsersTable
```

### Implement the Table Component

[](#implement-the-table-component)

```
