AfterColumn and AfterField operation not chained? #300
Replies: 1 comment
-
You'll have to create your own custom helper to sort the Array. You can sort with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
There's any way to put afterColumn/afterField operations in array? Something like this:
[ 'name' => 'brand', 'type' => 'text', 'label' => 'Brand', 'afterColumn' => 'FooColumn', ]
I want to do this because I'm trying to create methods that only return the columns definitions.
Beta Was this translation helpful? Give feedback.
All reactions