Slot in table [ V1 ]
-
Good morning, how can I pass a
Slot
on the table?
I have the quasar table.//MyTable
I need to pass
td
when the table is called.//MyPage
This is giving me bugs on the console.
What is the correct way to pass
td
as a slot in the table?edit01
I managed to make it work, would it be the right way?
//MyTable
//MyPage
this works, but would have any problem doing this?