PHPackages                             nguyentheson/laravel-livewire-tables-view - 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. nguyentheson/laravel-livewire-tables-view

ActiveLibrary

nguyentheson/laravel-livewire-tables-view
=========================================

A dynamic table component for Laravel Livewire

059PHP

Since May 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/NguyenTheSon/laravel-livewire-tables-view)[ Packagist](https://packagist.org/packages/nguyentheson/laravel-livewire-tables-view)[ RSS](/packages/nguyentheson-laravel-livewire-tables-view/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Package Logo](https://camo.githubusercontent.com/190e0ae1ed29cb5dfbf196e1a77467599d207f986fcda2756258a1f63b93e6cc/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532304c697665776972652532305461626c65732e706e673f7468656d653d6c69676874267061636b6167654e616d653d7261707061736f66742532466c61726176656c2d6c697665776972652d7461626c6573267061747465726e3d686964656f7574267374796c653d7374796c655f31266465736372697074696f6e3d412b64796e616d69632b7461626c652b636f6d706f6e656e742b666f722b4c61726176656c2b4c69766577697265266d643d3126666f6e7453697a653d313030707826696d616765733d7461626c65)](https://camo.githubusercontent.com/190e0ae1ed29cb5dfbf196e1a77467599d207f986fcda2756258a1f63b93e6cc/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f4c61726176656c2532304c697665776972652532305461626c65732e706e673f7468656d653d6c69676874267061636b6167654e616d653d7261707061736f66742532466c61726176656c2d6c697665776972652d7461626c6573267061747465726e3d686964656f7574267374796c653d7374796c655f31266465736372697074696f6e3d412b64796e616d69632b7461626c652b636f6d706f6e656e742b666f722b4c61726176656c2b4c69766577697265266d643d3126666f6e7453697a653d313030707826696d616765733d7461626c65)

[![Latest Version on Packagist](https://camo.githubusercontent.com/946028e69010704fb6d70fd35756282431f78ed4da051047714c06aa43644dc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261707061736f66742f6c61726176656c2d6c697665776972652d7461626c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rappasoft/laravel-livewire-tables)[![StyleCI](https://camo.githubusercontent.com/c42aeb979f43ca36e7bc75a8691dde69ac8baf49799032b874c6ffbf9ad93665/68747470733a2f2f7374796c6563692e696f2f7265706f732f3235303234363939322f736869656c643f7374796c653d706c6173746963)](https://github.styleci.io/repos/250246992)[![Total Downloads](https://camo.githubusercontent.com/0a89d23b3b089c8caf2788e02208d43e947a68b0c323b13a25494be3b020930e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7261707061736f66742f6c61726176656c2d6c697665776972652d7461626c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rappasoft/laravel-livewire-tables)

**This package is still in development and does not have a test suite.**

A dynamic Laravel Livewire component for data tables.

This plugin assumes you already have [Laravel Livewire](https://laravel-livewire.com/) installed and configured in your project.

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

[](#installation)

You can install the package via composer:

```
composer require rappasoft/laravel-livewire-tables
```

Publishing Assets
-----------------

[](#publishing-assets)

Publishing assets are optional unless you want to customize this package.

```
php artisan vendor:publish --provider="Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=config

php artisan vendor:publish --provider="Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=views

php artisan vendor:publish --provider="Rappasoft\LaravelLivewireTables\LaravelLivewireTablesServiceProvider" --tag=lang
```

Usage
-----

[](#usage)

### Creating Tables

[](#creating-tables)

To create a table component you draw inspiration from the below stub:

```
