-
Hi! We've been using laravel-tables for our project, and the upgrade to v5 seems to require significant migration, specifically in the routes department. Whereas before you could specify routes using a routes variable, now you have to create actions and pass routes to them. Could there be a backwards-compatible option in order to reduce the migration difficulties? Also, it seems like the row actions aren't rendering properly and the icons are missing. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 6 replies
-
Hi @Iaotle, I'm currently working on the upgrade guide in order to make the migration as smooth as possible but it will indeed demand a bit of work. Regarding icons, this is because Fontawesome 6 is used by default, instead of Fontawesome 5. I'll take account about your comment to add a part about routing in the migration guide. I let you know when it is finished! |
Beta Was this translation helpful? Give feedback.
-
Hi @Iaotle, I just finished the upgrade guide : https://github.com/Okipa/laravel-table/blob/v5/docs/upgrade-guides/from-v4-to-v5.md Could you please follow it and tell me if everything is going well ? This upgrade is a massive one and it is impossible to assure a backward compatibility with the |
Beta Was this translation helpful? Give feedback.
-
Hey @Okipa, I'm going to leave the issues I encounter piecemeal. Hope you don't mind. |
Beta Was this translation helpful? Give feedback.
-
How is configuration meant to be handled? I want to use the old font awesome icons, but the config file changes will reset every time I update the app from git. Is there a better way to do this? |
Beta Was this translation helpful? Give feedback.
-
Templating is mentioned as completely changed but no info is provided as to how this is meant to be done in livewire. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Okipa I think formatters should support nulls, and output a blank result when no input is provided. For instance the DateFormatter will fail if no input is given for a column. |
Beta Was this translation helpful? Give feedback.
-
It seems that everything is OK here ? I mark this as answered. |
Beta Was this translation helpful? Give feedback.
It seems that everything is OK here ? I mark this as answered.