livewire-tables icon indicating copy to clipboard operation
livewire-tables copied to clipboard

An extension for Laravel Livewire that allows you to effortlessly scaffold datatables with optional pagination, search, and sort.

Results 13 livewire-tables issues
Sort by recently updated
recently updated
newest added

Do we attempt to provide sorting and ascending icons for the `` header cells, outside of ascending and descending classes as referenced in #10 ? Is it possible to do...

Should the primary key of the base model always be passed in $rowData? What if someone wants to remove the ID column, but still needs the ID for use in...

help wanted
question

Starting a discussion on handling action links and buttons within the table. There are essentially two ways to handle this... by letting the user modify the HTML and add a...

enhancement
help wanted