191
Views
5
Comments
Display structure data with RichWidgets
Question
My application get json data (Table) thorugh REST

How do display them like Entities with list_counter and List_Navigation?
2019-11-11 17-10-24
Manish Jawla
 
MVP
Hi Vincent,

You can assign the json data to recordlist variable of json type(by creating a structure) and bind that recordlist with table grid and it will work in the same manner.

Thanks,
Manish Jawla
UserImage.jpg
Vincent Yau
My problem is when i use structure data there no list_counter and List_Navigation auto generated.

2019-11-11 17-10-24
Manish Jawla
 
MVP
Can you provide me the sample oml?

Regards,
Manish Jawla
UserImage.jpg
Vincent Yau
What i want to do is display list of data from retrieve from JSON

ListProduct.oml
UserImage.jpg
Vincent Yau
sample json return by calling REST
json output.txt
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.