You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: