Posts

Showing posts with the label apex:repeat

Salesforce Fact #601 | first in apex:repeat

Image
There is an attribute named 'first' in apex:repeat which works similar to offset in SOQL. The number specified in the offset is equal to the number of rows which will be skipped. Reference:  https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_repeat.htm Attached are the screenshots.