Posts by elisson • 36 points
1 post
-
2
votes1
answer102
viewsA: Modal does not load the data that is coming from the database correctly
What you need to do is, create a modal for each item. And what you’re probably doing is creating a single modal and saying that all the items point to that modal. What you could do is, at div modal,…