First of all, thanks for this awesome package. All is working like a charm with normal implementation but now my project has the following requirement:
I know that I can render the tables directly in parent component but the child components have a lot of code in addition to the table, that's why I want them isolated.
Is it possible to render the table directly from the child component?
Thank you for your time!
Note: I'm sorry if this is a stupid question but I've only been using inertia/vue for a short time.
Hi!
First of all, thanks for this awesome package. All is working like a charm with normal implementation but now my project has the following requirement:
I know that I can render the tables directly in parent component but the child components have a lot of code in addition to the table, that's why I want them isolated. Is it possible to render the table directly from the child component?
Thank you for your time!
Note: I'm sorry if this is a stupid question but I've only been using inertia/vue for a short time.