vuesax icon indicating copy to clipboard operation
vuesax copied to clipboard

Fix missing content of expandable-data table

Open QuangPB opened this issue 4 years ago • 6 comments

The content of expandable-data in table is not rendering Reproduce: https://lusaxweb.github.io/vuesax/components/table.html#expandable-data #903

QuangPB avatar Oct 24 '20 14:10 QuangPB

Same issue. Anyone fixed it?

Bazsi96 avatar Nov 10 '20 08:11 Bazsi96

Same issue. Anyone fixed it?

You can use this repo and build: https://github.com/QuangPB/vuesax or waiting for someone merge this pull request :(

QuangPB avatar Nov 10 '20 09:11 QuangPB

@QuangPB I checked the Vuesax v4 but it's not compatible with Vuesax v3.

Bazsi96 avatar Nov 10 '20 10:11 Bazsi96

Awesome! I just figured this out too and came here to check if anyone also did it. Someone REALLY could aprove that

fcsarthur avatar Nov 07 '21 18:11 fcsarthur

I installed your fork with npm install https://github.com/QuangPB/vuesax.git#master --save, yet it still doesn't render.

I added the slot like so:

.
.
.
</vs-td>
   <template slot="expand">
     test
   </template>
</vs-tr>

@QuangPB How can I use your repo and build it for my own project? Simply installing doesn't seem to work.

mathijsfr avatar Mar 17 '22 12:03 mathijsfr

@mathijsfr : you can build project with command vue-cli-service build --target lib src/index.js --name vuesax

or using direct branch fix from my repo https://github.com/QuangPB/vuesax/tree/fix

QuangPB avatar May 13 '22 13:05 QuangPB