PHPackages                             joydeep-bhowmik/livewire-datatable - 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. joydeep-bhowmik/livewire-datatable

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

joydeep-bhowmik/livewire-datatable
==================================

A laravel livewire datatable package

v1.0.6(1y ago)093MITBladePHP ^8.1

Since Dec 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/joydeep-bhowmik/laravel-livewire-datatable)[ Packagist](https://packagist.org/packages/joydeep-bhowmik/livewire-datatable)[ RSS](/packages/joydeep-bhowmik-livewire-datatable/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Livewire Datatable
==========================

[](#laravel-livewire-datatable)

Laravel Livewire Datatable is a dynamic datatable component for Laravel applications using the Livewire library. It allows you to create interactive datatables with features like sorting, filtering, pagination, and data exporting.

Requirements
------------

[](#requirements)

- Livewire version 3.0 or greater
- Laravel version 10 or greater
- Alpine js v3

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

[](#installation)

To get started with Laravel Livewire Datatable, follow these steps:

1. Install the package using Composer:

```
composer require joydeep-bhowmik/livewire-datatable
```

2. Add this service providers in your /bootstrap/providers.php (Laravel 11 +)

```
 // datatable service provider
JoydeepBhowmik\LivewireDatatable\Providers\DataTableServiceProvider::class,
```

3. Publish the stylesheet :

```
php artisan vendor:publish --tag=joydeep-bhowmik-livewire-datatable-css
```

4. Use the stylesheet :

```

```

Usage
-----

[](#usage)

1. ### Configuring the Datatable

    [](#configuring-the-datatable)

```
