Posted 12 June 2020, 3:00 am EST
Hello. I’m JK.
I’m stuck in a problem.
I use Wijmo Grid and other pagination UI (buefy) in Vue.
As I know that wijmo grid support sort function in automatic.
But it needs all rows(ex. 100,000). Not rows of current page(ex. 10)
So I try to change sorting grid rows by server side. Finally, I found ‘ODataCollectionView’. But it seems to work by ‘Get Request’.
Could you explain to me how to sort and pagination by Post Request?
(how to set option’s and post request parameters)
Thank you.