-
Is there an option to hide a column by default? I dont want the ID column seen by default, but i do want it to be in the user selection drop down option. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
There is currently no way to do this, I couldn't find a good way to have it work well with what was in the session vs. excluded so I left it out for now. I will probably make the whole feature over at some point and when I do I'll make sure to remember to factor it in. |
Beta Was this translation helpful? Give feedback.
-
Try this...
|
Beta Was this translation helpful? Give feedback.
Try this...
Column::make('Name')->hideIf(true)