coryrose1 / livewire-tables

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested table support

rabiibrahimi opened this issue · comments

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 if the model has relationships i would want to pass the relationships into a nested table under each raw.

Nested tables are always great way to present huge chunk of related data.

Is this something that could be pulled in!

Thanks