Replies: 2 comments
-
I figured it can be done in the controller, but still interested if it's possible with a Table class. 'table' => SpladeTable::for(Model::where('parent', $id)) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! You may use the Table class' constructor by creating an instance. In the controller: In the table class: And you may now use the property |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
How can I display a table on a sub page for a group, where I only want a subgroup from the table to be displayed? I don't see a way to pass any parameters to the table class.
Documentation says:
But not how the right way should be then.
https://splade.dev/docs/table-overview
Preferably there would be some attributes.
Steps To Reproduce Issue:
Creating a dynamically scoped table.
Beta Was this translation helpful? Give feedback.
All reactions