Hello guys I’m wondering if any of you guys can help me out with this.
I’m trying to make a table from the database which shows images for certain keywords
For example, I’ve created a mock data table.
and I want to make it look like
So I’m thinking of linking IMG URLs for certain keywords (company names) when generating the table but I’m not sure how I should approach it.
Any thanks will be appreciated!
ben
March 11, 2022, 10:16pm
2
A field in the database will contain a link to the image. Use this link in the table cell to display the image.
Sorry, I didn’t quite understand. what do you mean by “A field in the database”?
ben
March 12, 2022, 6:33am
4
Sorry, I should have said database table.
The Makes table will look like
MakeID
Make
Image
The Vehicles table will look like
VehicleId
MakeID
Year
Model
Price
Hello, sorry for the late reply.
Whenever I’m trying to build a new table for linking the URL, it is showing me this error
and if I click yes, it leads me to js file with
Since it was keep saying that I’m missing the js files, I tried to open the js file and save but I cannot apply the change to the database
As you can see, the js files are existing…
What should I do?
ben
March 14, 2022, 11:12pm
6
Sorry, that is beyond me. To me, panic comes to mind.
Maybe @Teodor can help after he has had his beauty sleep.
If I remember correctly this happens if you delete one of the files listed under changes have you tried to reset the history?
Maybe backup your project just incase something goes wrong.
Hi, thanks for the bug resolution. I was able to fix the migration error. However, should I make a new table with a link field and inner join with the original table?