Copy list table layout outside the admin panel
I'm using the Table traits/interfaces and was wondering if it's possible to copy the demo layout
When I render the form (2nd image) it looks different and there's way too much space wasted.
So, is there a way to have the same (or similar) layout for my tables?
6 Replies
Ideally i'd like something like this. Is there a way to control this?
First time I see this. What exactly does it include? Is it tutorials of how to achieve the examples or does it include plugins etc?
I haven't looked at their example in detail yet.
In my scenario, I have a route to my live-wire component:
then in wizard-signup.blade.php
then in the view called by the signup-wizard component:
(in the form I have my own submit button as part of the wizard.).
Solution
Nvm it was the
FiltersLayout
option ... I'm dumb