matfish2 / vue-tables-2

Vue.js 2 grid components
https://matanya.gitbook.io/vue-tables-2/
GNU General Public License v3.0
1.53k stars 305 forks source link

It seems __actions is removed for vue-tables-2 #32

Closed HolaMan closed 7 years ago

HolaMan commented 7 years ago

I check the Vuetable.vue, and can't found the __actions related code. I just want to confirm, Thanks!

matfish2 commented 7 years ago

What is "the __actions related code"?

HolaMan commented 7 years ago

sorry, I doesn't provide enough information. According to the document ==> https://github.com/ratiw/vue-table/wiki/Special-Field

We can provide a field named "actions" and the vuetable will render the action buttons But it seems not work, and after tracking the code, I found vue-table2 doesn't have actions logic code to expand the template but vue-table does.

After using customized component actions instead of __actions, then it works.

Chris Chang

matfish2 commented 7 years ago

You are confusing two different packages. This package is the vue 2 version of matfish2/vue-tables, not ratiw/vue-table