Project Description
As we are moving to SharePoint 2013, and trying to start building our own Microsoft Apps, we starts to think about how to represent our data which mostly will be returned as JSON object especially if you are using OData service which is by the way, an amazing way to retrieve data and query on it.
Most of our ASP.net application when it comes to represent some data, we used to use our beloved ASP.net control "Data repeater" which takes the pain away, now my idea was to create something similar to ASP.Net Data repeater, so our life will be much easier with JSON objects.
The main Idea of my script is to have the following:
- Item Template which i will be repeating the data via
- Item header, which will be holding the header of the represented data
- Item Footer which will be holding the Footer of the represented data
- No Data template, which will be holding a message to be shown in case of empty data object passed