Laravel Livewire Tables Documentation

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

This is the documentation for 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

Increment Column (beta)

The IncrementColumn provides an easy way to display the row's index in the loop.

Please note - this is not linked to the row's primary key!

1IncrementColumn::make('#'),