6 Replies
Have a look at table actions
Hi, i see there is an "action" zone where you can put the "pre-build", but what happens when i want to show an option called "Quotes" and when you push it open a Modal and there is a Table with all quotes?
So does Inscription model have a relationship with Quotes?
Yes
Event has Inscriptions and Inscriptions has Quotes
You can put custom actions in there too
You can even make you’re own pre-built actions and reuse them in the actions() for tables.
That's awesome @awcodes thanks