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

set sort-by dynamically #372

Closed childe closed 4 months ago

childe commented 4 months ago

A hacky workaround, for reference only.

implementation of https://github.com/HC200ok/vue3-easy-data-table/issues/371

(sortBy sortType) => clientSortOptions => items

Type

What types of changes does your code introduce?

Put an x in the boxes that apply_

Checklist

Put an x in the boxes that apply._

childe commented 4 months ago

it does not work because sortBy and sortType are no longer associated with table's props.