ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

Sort multiple using name variables instead of sortField variables #122

Closed maulshh closed 7 years ago

maulshh commented 8 years ago

When using multiple sort, the first sort correctly use the sortField, but the later is using name. Which will render the multiple sort not working if the name and sortField variable are different.

ratiw commented 8 years ago

@maulshh Thanks, I'll check and let you know.