PHPackages                             predatorstudio/live-table - 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. predatorstudio/live-table

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

predatorstudio/live-table
=========================

Interactive Livewire table component for Laravel — sortable, filterable, paginated, with drag-and-drop columns.

04PHP

Since Apr 10Pushed 2mo agoCompare

[ Source](https://github.com/PredatorStudio/LWTable)[ Packagist](https://packagist.org/packages/predatorstudio/live-table)[ RSS](/packages/predatorstudio-live-table/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

LiveTable
=========

[](#livetable)

Interaktywny komponent tabeli danych dla Laravela oparty na **Livewire 4**. Sortowanie, filtrowanie, paginacja, widoczność kolumn, drag &amp; drop, edycja inline – bez własnego JavaScriptu.

Wymagania
---------

[](#wymagania)

ZależnośćWersjaPHP^8.2Laravel^11.0 | ^12.0Livewire^4.0Bootstrap5.xAlpine.js3.xBootstrap 5 i Alpine.js muszą być załadowane przez aplikację hosta.

Instalacja
----------

[](#instalacja)

```
composer require predatorstudio/live-table
```

Pakiet rejestruje się automatycznie przez Laravel Package Discovery. Opcjonalnie opublikuj widoki, aby je dostosować:

```
php artisan vendor:publish --tag=live-table-views
```

Szybki start
------------

[](#szybki-start)

### 1. Utwórz komponent

[](#1-utwórz-komponent)

```
php artisan make:livewire UsersTable
```

### 2. Rozszerz `BaseTable`

[](#2-rozszerz-basetable)

```
