How to create new migration and how to work with saving and displaying columns of IMAGES in "Okipa/laravel-table" ??? #106
-
Hello. 1 - With Laravel, to create a new table that is created directly in
So, I would like to know how to combine (or work with) the new tables created via the Or do you think it is no longer necessary to use the 2 - How to work with saving and displaying columns of IMAGES in Thank you for informing us on each of these two points please. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @chegmarco1989, I'm afraid I didn't understood your question. What do you want to achieve ? Building a table to display on your app from an Eloquent model ? If so, everything is explained is the documentation. Could you be more specific please ? This package has nothing to do with building database tables, its only purpose is building and displaying data tables on your interfaces. Think of it as an alternative for data-table for example. Regarding images, you can render your image HTML from a formatter closure or create your own formatter => https://github.com/Okipa/laravel-table#format-column-values |
Beta Was this translation helpful? Give feedback.
Hi @chegmarco1989, I'm afraid I didn't understood your question.
What do you want to achieve ? Building a table to display on your app from an Eloquent model ? If so, everything is explained is the documentation. Could you be more specific please ?
This package has nothing to do with building database tables, its only purpose is building and displaying data tables on your interfaces. Think of it as an alternative for data-table for example.
Regarding images, you can render your image HTML from a formatter closure or create your own formatter => https://github.com/Okipa/laravel-table#format-column-values