HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

Custom sort for item slot #370

Open abendelac opened 4 months ago

abendelac commented 4 months ago

I have a custom item slot that contains an image and a piece of text next to it. I want to be able to sort this column using that text that's next to the image. How can I do this?