Closed jauharfuadi54 closed 4 years ago
your requestFunction
should return the promise without the resolving then
callback. Promise resolution is handled by the plugin (https://github.com/matfish2/vue-tables-2#custom-request-function). If you need to control the response handler you responseAdapter
your
requestFunction
should return the promise without the resolvingthen
callback. Promise resolution is handled by the plugin (https://github.com/matfish2/vue-tables-2#custom-request-function). If you need to control the response handler youresponseAdapter
I am using return Promise.resolve(this);
and it is resolve that error
My code is work well, I can get the data, but I got that error too. How to solve it? I am using Server-side. This is my code
And my vue