rubanraj54 / vue-bootstrap4-table

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

Sorting money #52

Closed chemeng closed 5 years ago

chemeng commented 5 years ago

Hey, is there a way to sort currency? For example: values $11.0 and $104.0 get sorted the wrong way since it assumes that everything is a string.

chemeng commented 5 years ago

I was able to make it work using slots for formatting and treating everything as floats

rubanraj54 commented 5 years ago

Good to hear that you solved the issue..

Cheers, Ruby.