PHPackages                             netflex/livewire-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. netflex/livewire-tables

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

netflex/livewire-tables
=======================

A dynamic Livewire table component for the Netflex SDK

v2.0.0(4y ago)0179MITPHPPHP ^7.3|^7.4|^8.0

Since Feb 24Pushed 4y agoCompare

[ Source](https://github.com/netflex-sdk/livewire-tables)[ Packagist](https://packagist.org/packages/netflex/livewire-tables)[ Docs](https://github.com/netflex-sdk/livewire-tables)[ RSS](/packages/netflex-livewire-tables/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (4)Used By (0)

Netflex Livewire Tables
=======================

[](#netflex-livewire-tables)

[![Latest Version on Packagist](https://camo.githubusercontent.com/87dd9fc3171f83747cd3b0320f11845dddd0ffc6df8cd5e8d6e91561d06f9518/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6574666c65782f6c697665776972652d7461626c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/netflex/livewire-tables)[![Latest release](https://camo.githubusercontent.com/71405a2e17d34b10a748e55a0f9393c9b4c531cffce94aa9493da6ed38355d74/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6e6574666c65782f6c697665776972652d7461626c65733f736f72743d73656d766572267374796c653d666c61742d737175617265)](https://github.com/netflex-sdk/structures/releases/latest)[![Total Downloads](https://camo.githubusercontent.com/f150dd61f6fc0cf09f8e71c5fa58c9eb6933c850fff639ff6ae46923aeafba10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6574666c65782f6c697665776972652d7461626c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/netflex/livewire-tables)

A datatables Livewire component for the Netflex SDK.

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 netflex/livewire-tables
```

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

[](#publishing-assets)

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

```
php artisan vendor:publish --provider="Netflex\Livewire\Tables\LivewireTablesServiceProvider" --tag=views

php artisan vendor:publish --provider="Netflex\Livewire\Tables\LivewireTablesServiceProvider" --tag=lang
```

Usage
-----

[](#usage)

### Creating Tables

[](#creating-tables)

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

```
