i wanted to apply pagination on grid layout, can we do that?
Discussion posts and replies are publicly visible
Hi Lokesh,
You should append the data on your actual variable (ri) not in datasubset
todatasubset(ri!Alldata,local!pagingInfo),
on the Add Link : append(ri!Alldata,save!value)
Thanks