Try a web socket solution so your data tables are updated realtime without the need to select a card.
Just thinking out loud.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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?
Please or to participate in this conversation.