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
I have a scenario where a SideDrawer render tables that a click on a row opens another SideDrawer on top of it, this one also have a table, and so on.. i want it to be route based and wonder if its possible.
example: i have a notes table clicking on it opens a "noteID" drawer, inside there is a "Words" table, clicking on a row show another side drawer with a table of notes that has this word in them, i can click on a note and it will open another drawer, and so on
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a scenario where a SideDrawer render tables that a click on a row opens another SideDrawer on top of it, this one also have a table, and so on.. i want it to be route based and wonder if its possible.
example: i have a notes table clicking on it opens a "noteID" drawer, inside there is a "Words" table, clicking on a row show another side drawer with a table of notes that has this word in them, i can click on a note and it will open another drawer, and so on
URL example:
my-app.com/notes/{noteId}/words/{wordId}/notes/${noteId}/words/{wordId}/
Beta Was this translation helpful? Give feedback.
All reactions