Libraries tagged by table components
rappasoft/laravel-livewire-tables
2355457 Downloads
A dynamic table component for Laravel Livewire
filament/tables
15457110 Downloads
Easily add beautiful tables to any Livewire component.
icetalker/filament-table-repeater
134070 Downloads
This is a package for Filament form component. Extends form Repeater, but shows in Table Layout.
protonemedia/inertiajs-tables-laravel-query-builder
181989 Downloads
Inertia.js Front-end Components for Spatie's Laravel Query Builder
kdion4891/laravel-livewire-tables
44258 Downloads
A dynamic, responsive Laravel Livewire table component with searching, sorting, checkboxes, and pagination.
laravel-enso/tables
51762 Downloads
Data Table library with server-side processing and a VueJS component
tomatophp/filament-icons
67099 Downloads
Picker & Table Column & Icons Provider for FilamentPHP
kompo/kompo
9981 Downloads
Laravel & Vue.js FullStack Components for Rapid Application Development
lara-zeus/popover
41621 Downloads
Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist
flightsadmin/livewire-crud
16599 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
serendipity_hq/component-text-matrix
155597 Downloads
A PHP library to render an array representing a matrix as a plain text table.
dvarilek/filament-table-select
2537 Downloads
Laravel Filament form component for selecting related records with a table.
zetacomponents/persistent-object
491687 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
webbingbrasil/filament-datefilter
71808 Downloads
Date filter component for filament tables.
marcocesarato/sqlparser
38165 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.