v2.18.1
kimo-k
tagged this
17 Feb 11:04
Before, rows got sorted on every render. This hurt performance, since v-table renders every time you scroll. Now, we check if the props necessary for sorting have actually changed, and only then do we call the sort function.