How do I create custom data adaptor using javascript/jquery in ej2?
The doc is using typescript which I am not familiar with.
I tried the method
var customAdaptor = ej.UrlAdaptor().extend();
But it does not work. It seems this method is for ej1.
Thanks for any help.