Relative Content

Tag Archive for sortingdatatablevuejs3vuetify.js

Omiting Items During Sort in Vuetify Datatable

I want to filter out null values when sorting on the averageScore column of my datatable.
Currently, when sorting on the averageScore column, null values are treated as the lowest value, so they come out on top when sorting ascending. I want them to be at the bottom at all times when sorting is active on that column. It would be even better if I can filter them out when sorting is active.