Closed
Description
Hi,
I am getting sort info from an api. Therefore I have to change sorter value dynamically after request finished.
In the CSmartTable docs, says 'use .sync modifier' but it is deprecated in vue 3. So I checked the vue 3 migration guide and see how to use it properly.
I tried v-model:sorterValue="mySorterValue"
but it's not working.
I am using @coreui/vue-pro@4.1.4