Data Table Customisation Problem
-
Hi, I’m trying to perform row customisation in a data table. The table is based upon dynamic column types queried when the page is mounted. I then try to enumerate, via a template directive, over each column and dependant on the column type I use a different component to display the value. I’m using the template directive with a v-for wrapped around the q-td.
Problem is as soon as I wrap the q-td with a template it ignores my customisation.
JSFiddle (remove the template tags to see it working)
Thanks
J