Infolist Grid column does not support Closure?
Hi! I need to draw a grid with 3 or 4 columns, because a column may not be visible. I've got the error Argument #1 ($columns) must be of type array|int|null, Closure given
Is there a way to solve this?
Thanks!
2 Replies
You could create your own grid column, but no, if it doesn’t support a callback then there’s no to force it.
Maybe a PR to allow a callback.?
Ok! I don't know how to make a Pull Request, I never touch any component source code, just use it. I'll wait the feature to be releases, thanks!