rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.71k stars 320 forks source link

[Feature Request]: Support for using a DataTableComponent as a Full Page Component #1453

Closed lrljoe closed 8 months ago

lrljoe commented 8 months ago

Overview

Add a support for rendering full page component instead of needing to wrap the Table Component it in a view.

Detailed explanation

Can directly reference a component that extends DataTableComponent via a route, without needing to use an interim view/component.

Notes

No response

lrljoe commented 8 months ago

@amshehzad <- are you going to work on this, as it's your original request :)

lrljoe commented 8 months ago

@amshehzad -

As mentioned in the PR review: Please add the hasExtends/hasSection/hasSlot/hasLayout methods Please make the new properties nullable to align with the coding standard