Skip to main content
Nintex Community Menu Bar
Question

Remove deck footer (Showing Rows 1-1 of 1") in the mobile builder. Especially for detail record pan"

  • July 9, 2024
  • 3 replies
  • 10 views

Forum|alt.badge.img+8

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?

3 replies

Forum|alt.badge.img+8
  • Author
  • Novice
  • July 9, 2024




Example attached


Forum|alt.badge.img+8

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>}

Forum|alt.badge.img+8
  • Author
  • Novice
  • July 9, 2024

Fantastic…worked perfectly. Thanks for the help