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

I got this error when installing with composer ``` Using version ^0.3.0 for coryrose/livewire-tables ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements...

this package is dead i guess

How can I use custom pagination view?

hey, i think this would be much better is we could have nested tables / row grouping options that would enable the user to present data in different way. e.g...

Currently only belongsTo and hasOne work out of the box. The query builder can be modified to support hasMany relationships and return a count, sum, min, or max column/field. The...

enhancement
help wanted

Currently the `` header cells do not detect when / if they are sorted. I think I'll end up having to extract them into a component where we can pass...

enhancement

## Overview This pr provides traits that: 1. Selecting of individual rows via checkbox 2. Selecting all the rows on the current page 3. When changing pages, deselect all rows....

Assume that query is sorted by ascending by default. Clicking the sort button should first change to `desc` and then toggle back to `asc`, `desc`, `asc`... etc. on subsequent clicks.

It would be great if one could link directly to sort/search, such as `your.app/table?sort_by=name&search=person`. I could not figure out whether livewire has some easy support for this (you can use...

- Say you have a column with colors - You want to have a dropdown with available colors and filter on the selected - Or you have a created_at column...

enhancement