rubanraj54 / vue-bootstrap4-table

Advanced table based on Vue 2 and Bootstrap 4 ⚡️
MIT License
219 stars 57 forks source link

Defining the Sorting function #77

Open linuslabo opened 4 years ago

linuslabo commented 4 years ago

Great project! It would be lovely if columns with numbers as strings were sorted as numbers and not alphabetically or if the compare function could be overwritten.

rubanraj54 commented 4 years ago

Right now there is no way to override the sort function, but I will try to include a override function.