jd-solanki / anu

Anu - DX focused utility based vue component library built on top of UnoCSS & VueUse ⚡️🔥
https://anu-vue.netlify.app/
MIT License
1.03k stars 56 forks source link

ADataTable Row Slots #195

Open andersonfelix opened 12 months ago

andersonfelix commented 12 months ago

https://github.com/jd-solanki/anu/compare/v0.13.1...v0.14.0#diff-9c3f6f3f5f2ff0d66d03136792b999a31d0eacabe16f04c9e851f59f9c5cfac9R29

How does it add a custom Row Slots? Is there a way?

jd-solanki commented 12 months ago

Have you checked this demo: https://anu-vue.netlify.app/guide/components/table.html#slots

andersonfelix commented 12 months ago

It means about additional column. https://anu-vue.netlify.app/guide/components/table.html#extra-column

From 0.14.0 version, it's necessary both columns and rows have the actions

jd-solanki commented 12 months ago

Let me check 👀

Teddy-Kun commented 9 months ago

I can confirm that neither "Slots" (header-<colName>) nor "Extra Column" (col-<name>) works with ADataTable. I am using v0.15.2. Any chance this could be added/fixed?