Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please Add RowLimit #113

Closed
TonyValenti opened this issue Oct 24, 2023 · 1 comment · Fixed by #115
Closed

Please Add RowLimit #113

TonyValenti opened this issue Oct 24, 2023 · 1 comment · Fixed by #115
Assignees
Labels
Milestone

Comments

@TonyValenti
Copy link

Can you please add the ability to add <RowLimit Paged="TRUE">70</RowLimit> as shown in the example below?

<View>
	<Query>
		<OrderBy>
			<FieldRef Name="FileLeafRef"/>
		</OrderBy>
	</Query>
	<ViewFields>
		<FieldRef Name="DocIcon"/>
		<FieldRef Name="LinkFilename"/>
		<FieldRef Name="Modified"/>
		<FieldRef Name="Editor"/>
		<FieldRef Name="FolderChildCount"/>
		<FieldRef Name="ItemChildCount"/>
	</ViewFields>
	<RowLimit Paged="TRUE">70</RowLimit>
	<JSLink>clienttemplates.js</JSLink>
	<XslLink Default="TRUE">main.xsl</XslLink>
	<ViewData/>
	<Toolbar Type="Standard"/>
	<Aggregations Value="Off"/>
</View>
nils-a added a commit to nils-a/fluentcamlgen that referenced this issue Oct 27, 2023
@nils-a nils-a self-assigned this Oct 27, 2023
@nils-a nils-a added the Feature label Oct 27, 2023
nils-a added a commit that referenced this issue Oct 27, 2023
(#113) add Paged attribute to RowLimit
@nils-a nils-a modified the milestones: vNext, 0.3.0 Oct 27, 2023
@TonyValenti
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants