Laravel Livewire Tables Documentation

🎉 Enjoying this package? Consider sponsoring me on GitHub or buying me a beer.

This is the documentation for v1 but the latest version is v3. You can switch versions in the menu at the top. Check your current version with the following command:

composer show rappasoft/laravel-livewire-tables

Properties

You can control the display of some component pieces with the following properties:

Property Default Options Usage
$showSearch true bool Show the search box
$paginationEnabled true bool Enable pagination or fetch all records with no pagination
$showPerPage true bool Show the per page selector when pagination is enabled
$showPagination true bool Show the pagination when pagination is enabled
$showSorting true bool Show the sorting pills
$showFilters true bool Show the filter pills
$showFilterDropdown true bool Show the filter dropdown
$offlineIndicator true bool Shows a red banner when there is no internet connection.
$emptyMessage No items found. Try narrowing your search. string Set the default empty message of the table
$responsive true bool Enable/disable table responsiveness - v1.16 and above