I was going through w2ui grid with loading json data. Most of the grid-json examples it shows the json data with records attributes. Please find the code below. http://w2ui.com/web/demos/#!grid/grid-1
My requirement is I will be getting the json data from server which is created by different system I cannot directly edit that.
I tried without using records attribute. It is not working. Is there any alternate way of doing without including the records attribute in json?