lunarphp/livewire-tables

Livewire Tables
25,566 2
Install
composer require lunarphp/livewire-tables
Latest Version:0.8.2
PHP:^8.1
License:MIT
Last Updated:Apr 9, 2025
Links: GitHub  ·  Packagist
Maintainer: lunarphp

Livewire Tables

Installation

composer require lunarphp/livewire-tables

Creating a table

<?php

namespace App\Http\Livewire\Tables;

use Lunar\LivewireTables\Components\Table;

class OrdersTable extends Table
{

}

Features

Searching

To enable searching on the table, set the $searchable property to true.

/**
 * Whether this table is searchable.
 *
 * @var bool
 */
public $searchable = true;

This will enable a search box and add the query parameter whenever the search input is used.

Related Packages

lowerrocklabs/laravel-livewire-tables-advanced-filters

Additional/Advanced Filters for Rappasoft's Laravel Livewire Tables

2,608 9
emmanuel/livewire-datatable-bs4

Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4

2,367 16
rappasoft/laravel-livewire-tables

A dynamic table component for Laravel Livewire

3,002,468 1,974
lunarphp/livewire-starter-kit

Livewire starter kit for Lunar e-commerce.

6,655 207