Skip to main content
Nintex Community Menu Bar
Question

Order global actions, mass actions, filters and search on a table

  • July 9, 2024
  • 2 replies
  • 26 views

Forum|alt.badge.img+18

Is there any way to rearrange these elements?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

A little CSS hackery will get you a long way. 

Make your buttons align right.  
Then add a CSS resource that looks like this: 

.nx-skootable .nx-editor-header { margin: 12px 0 0; float: left; }


If you have other tables on your page,  add a unique CSS Class to the table  (Display - Advanced )  and add that class to the beginning of the resource above  (with a period in front of it…)

Enjoy. 


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

Perfect. Thanks!