Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dan3460's avatar

Automatically Refresh Content

I was using DataTables server side to present content depending on the selection of the user. It works great but it looks like a sterile business presentation. So i want to present the same information using a cards (using boostrap here) that have a picture and, links and information in the body on the card. So every time that the user selects something the cards are updated. I know that i can do this using JavaScript and Ajax calls but, do you know if it is something out there that could do what i want?

0 likes
2 replies
dan3460's avatar

I don't really nee to update the data base. The user is presented with his/hers cards, with co-worker card, others cards or all or some combination of them. The datatable that i have now pulls the data depending on the selectors on the screen. I want to keep the selectors but present the data on prettier way. I've been meaning to learn Vue. Do you think this is a Vue project?. I started to write some java and stopped as i could not bear the task to do all this in Javascript. Maybe is the only solution.

Please or to participate in this conversation.