Hy
Can someone tell me how to hide or remove columns in the list view of an entries tailor?
I tested :
myfield:
column: false
And
columns:
myfield:
invisible: true
but both don’t work
Thanks
Hy
Can someone tell me how to hide or remove columns in the list view of an entries tailor?
I tested :
myfield:
column: false
And
columns:
myfield:
invisible: true
but both don’t work
Thanks
Wow that’s a lot of filters!
The invisible
flag will only make it appear hidden in the default list view. If you customize it, you’ll need to reset that to default.
The hidden
flag should force it to be completely hidden.
I’m unsure why column: false
isn’t working, that should work indeed.
Hy @daft
sorry " column: false
works, at first I wanted to ask how to hide the filters and not the columns , I made a mistake.
Thanks