Skip to main content
13-Aquamarine
May 24, 2023
Solved

how to implement Pagination with advance grid

  • May 24, 2023
  • 1 reply
  • 912 views

1.pagination load from database through mashup page ,this is sample data given in this works platform under pagination grid. 

 

Hariharasuthan_0-1684929112018.png

2.i want to split the sample data of 200 rows as page 1, page2, page3 ..continussally with each page 30 rows in each page?

 

 

 

Best answer by jensc

Hello @Hariharasuthan,

 

The following are some resources you can use to create pagination:
https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/CreatingAPaginationService.html

https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/Grid_UsingTheGridWithaPaginationWidget.html 

https://www.ptc.com/en/support/article/CS360936 

 

The last one, the support article contains some sample entities you could probably use to figure out how to use pagination.

 

Regards,

Jens

1 reply

jensc17-PeridotAnswer
17-Peridot
May 24, 2023

Hello @Hariharasuthan,

 

The following are some resources you can use to create pagination:
https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/CreatingAPaginationService.html

https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/Grid_UsingTheGridWithaPaginationWidget.html 

https://www.ptc.com/en/support/article/CS360936 

 

The last one, the support article contains some sample entities you could probably use to figure out how to use pagination.

 

Regards,

Jens