Hide Display Table Columns
I want to hide some columns that should not be shown in table like some id's but they will be used to make some checks inside code. where is the implementation for that.
5 Replies
Hi @Ammar Ali, you mean on the Table? You can already hide columns by clicking on the column header
Not by clicking I want already hidden columns for users that sign up on workspace. So it should be done from code somewhere
I see, do you want to completely hide the field from the system or only on table? what about Kanban or Settings?
or Filters?
I would say deactivating the field from Settings is the best way to do it
if you also want it to disappear from Settings, then you'll need to modify the code
I want to hide from table only by default for users who sign up. Like some I'd columns that I have added or will add in database. Or some columns like that
I see! Note that there is no recommended way yet to achieve what you are mentionning, however you can try leveraging the isSystem field in the fieldMetadata table
alternatively, look for isSystem in the code it will help you. It's what we use to hide what we consider system fields