Am i missing the point of using the builder method over the protected $model? #2193
Unanswered
dermicha56
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I am currently experimenting with the builder method but the docs are not quite explaining how to use it properly.
I tried selecting fields from the Model in the method before using them in columns. Surprisingly the previously fetched fields are not available, without calling them in the Column::make("[fieldname]").
So how is the builder method working exactly?
Sincerely
Beta Was this translation helpful? Give feedback.
All reactions