mannyyang / vuetable-3

data table simplify! -- datatable component for Vue 2.x. An updated fork of the one built by ratiw as that seemed to be unmaintained. See documentation at
https://mannyyang.github.io/vuetable-3/
MIT License
23 stars 4 forks source link

transform behaves differently now #16

Open tbyte80 opened 2 years ago

tbyte80 commented 2 years ago

Hey and thanks for your work keeping vuetable alive!

I just tried to migrate from vuetable-2 but my transform function was not being called anymore. I discovered a parameter :transform where I can pass a transform function. Transformation now works but now the callback functions defined in :fields are not being called after transformation. As a fix, the callback function calls can easily be moved to the transform function, just wanted to drop a note if anyone scratches his/her head about it.