-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] withLinks() helper for columns #24
Comments
This is one of the benefits of having the fluent syntax - that you can do stuff like that. Do you appreciate it now @pxpm ? See, there's finally the potential for something useful out of all the weeks of work on this! 😆 |
This just seems beautifull. Want me to have a look at the withLinks ? |
HA! I knew I'd turn you around 😄 Yes please, not right now, better next week. I'm still polishing the fluent syntax. It's 95% complete, but I might just rewrite the whole thing so it's exactly the same for Fields, Columns, Filters, Buttons, Widgets. Right now the syntax is the same, but the implementations are pretty different - I played around to see which one works best. If you want to play around with this, branch out from the |
Done in Laravel-Backpack/CRUD#5317 |
After the Fluent syntax is finished and merged for Columns, we should probably create a helper for automatically adding column links. Instead of having to define the path yourself, we should be able to determine that, if there's a CrudController for that entity.
The text was updated successfully, but these errors were encountered: