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

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

arkhas/livewire-datatable
=========================

A powerful datatable component for Laravel Livewire with filters, actions, and export capabilities

074PHP

Since Feb 21Pushed 2mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Livewire Datatable
==================

[](#livewire-datatable)

A powerful datatable component for Laravel Livewire with filters, actions, and export capabilities. Built with Flux Pro components.

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

[](#requirements)

- PHP 8.1+
- Laravel 10.x or 11.x
- Livewire 3.x
- Flux Pro

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

[](#installation)

```
composer require arkhas/livewire-datatable
```

Publish the config file (optional):

```
php artisan vendor:publish --tag=livewire-datatable-config
```

Publish the views for customization (optional):

```
php artisan vendor:publish --tag=livewire-datatable-views
```

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

[](#quick-start)

### 1. Create a Datatable Component

[](#1-create-a-datatable-component)

```
php artisan make:datatable TasksTable
```

### 2. Configure Your Datatable

[](#2-configure-your-datatable)

```
