Skip to main content
Nintex Community Menu Bar
Solved

Hide parts of a table

  • July 11, 2024
  • 3 replies
  • 25 views

Forum|alt.badge.img+4

Hi everyone,

is it possible to hide specific columns of a table. I want to hold some information in a table but I don’t want the users to see it. Is that possible?

Many thanks

Best answer by Rob_Hatch

A bit more fundamental idea. Remember that Models can retrieve fields that are not used in the Components bound to them. So you can have “Field X” in the model, but not show it in the Table. But still have actions that update them, or logic based on them, etc.

3 replies

Forum|alt.badge.img+11

Hi @astrostef, yes, you can use Display Logic to hide certain columns based upon criteria you define. In the Composer for a v2 page, select the field within a table and go to Display logic in the properties pane to add a Render condition. You can find more details about implementation at Skuid Docs.


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

A bit more fundamental idea. Remember that Models can retrieve fields that are not used in the Components bound to them. So you can have “Field X” in the model, but not show it in the Table. But still have actions that update them, or logic based on them, etc.


Forum|alt.badge.img+4
  • Author
  • July 12, 2024

Thank you Rob, that simplified my life SO much