/ Published in: JavaScript
First option uses a parameter in spservices method to limit the results to four. Second option limits the results returned to six in the caml query iteslf using the <RowLimit> property.
Expand |
Embed | Plain Text
CAMLRowLimit: 4, <Query><Where><Eq><FieldRef Name="Active" /><Value Type="Boolean">1</Value></Eq></Where><RowLimit>6</RowLimit></Query>
You need to login to post a comment.
