Skip to main content

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

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.


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.


Thank you Rob, that simplified my life SO much


Reply