paging-dataaction
Reactive icon

Pagination Using Data Action (SQL Advance) As a Source

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 14 June 2024
 by 
0.0
 (0 ratings)
paging-dataaction

Pagination Using Data Action (SQL Advance) As a Source

Details
Paging Data Action using SQL Advance
Read more

Leverage sql syntax OFFSET and fetch for pagination using Data Action.

The pagination become simple and easy to maintain.

Syntax Core:

"SELECT *

FROM {TechLead} TechLead

where TechLead.[Description] like '%"+DescriptionSearch+"%' order by " + EncodeSql(TableSort) +

" OFFSET " +StartIndex+" rows " +

" fetch next " + MaxRecords + " rows only "




Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category