vuesax
vuesax copied to clipboard
Fix missing content of expandable-data table
The content of expandable-data in table is not rendering Reproduce: https://lusaxweb.github.io/vuesax/components/table.html#expandable-data #903
Same issue. Anyone fixed it?
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 I checked the Vuesax v4 but it's not compatible with Vuesax v3.
Awesome! I just figured this out too and came here to check if anyone also did it. Someone REALLY could aprove that
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 : 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