Skip to main content

Is there any way in the mobile builder to remove to “Showing Rows 1-1 of 1” especially when pulling up user data for example?




Example attached


Hi David, This will be removed in the next release.  In the mean time, you can add a css resource to your page with the following code…


.nx-list-footer {<br>&nbsp; &nbsp;display: none;<br>}

Fantastic…worked perfectly. Thanks for the help


Reply