I have a crud table also a global component registered, inside this Table I have a Toolbar for crud operation.
Lets say I have a v-tabs component which contain "tab 1 " and “tab 2”
in “tab 1” I have this crud table
in "tab 2 " I have the details to this table which contain Inputs
like v-text-field or v-combobox…
My question is: is it possible to show the Tollbar from the crud table in “tab 1” in “tab 2”?
→ I want to show the Toolbar in both Tabs
if yes how?