nalletje/livewire-tables

Addition to livewire
336 3
Install
composer require nalletje/livewire-tables
Latest Version:V0.4.1
PHP:^8.2
License:MIT
Last Updated:Jul 21, 2026
Links: GitHub  ·  Packagist
Maintainer: nalletje

livewire-tables

Simple way to create (advanced) tables for laravel livewire for Bootstrap 5

Requirements

  • PHP 8.2
  • Laravel 10 or higher
  • Livewire 3.0.0 or higher
  • Bootstrap 5
  • (Optional) Spatie permissions
  • (Optional) Font awesome

How to install

composer require nalletje/livewire-tables

How does it work?

Since i don't have a lot of spare times, i didn't create extended documentation, but you can see in the folder _examples how it works. Can't get it to work or found a problem? Feel free to ask.

Current functionality

  • Build tables based on queries (and relations)
  • Data search (query)
  • Actions for one or more selected rows
  • Actions with form
  • (Query) Filters
  • Route buttons
  • transform column result

What will the future bring

I don't have a schedule or a deadline at this time, i use this package for some (personal) projects. While developing this projects i will extend features on the "need" base. I could see features like:

  • Filters: Select2 library usage
  • Filters: Option search

Upgrading to 0.1.0

There are breaking changes for Actions, the handle function returns a Message object now instead of a string See examples.

Related Packages

artflow-studio/table

A custom package to render Livewire components using the @AFtable directive.

239 0
vsent/laravel-table-configurations

A Laravel package to manage dynamic table column configurations.

5 0
arkhas/livewire-datatable

A powerful datatable component for Laravel Livewire with filters, actions, and e...

90 0
paksuco/table

table view with sorts, filters and pages

12 1