vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.89k stars 1.16k forks source link

Fix mdtable comparator #2279

Closed simonepri closed 3 years ago

simonepri commented 4 years ago

The current table comparator does not work if one of the element is the 0 because of #2012. In general the current comparator is less robust than it could be so I just re-wrote it from scratch.

I'm also piggybacking a small fix to the getObjectAttribute function.

See https://jsfiddle.net/tb6swf5g/13 for a live example of this new comparator.