schemaData function not working.
My app use kendo datasource.
code> export default { data(){ return { ds: new kendo.data.DataSource({ ...
schema: { data: function(response){ ...}
But schema data function is not invoked when it call ds.read() fucntion.
How can i fix it?
It was working last week but not now. What's goning on my code?
Please let me know what is wrong.