How to setup datatables using Symfony, Doctrine and MySQL?
How to setup datatables using Symfony, Doctrine and MySQL?
ferencvaros
Posts: 9Questions: 2Answers: 0
Hi all!
I'm pretty new to programming so I thought I would ask a question in here - after having tried to find a solution/tutorial online.
I have built a small website using Symfony and Doctrine - using a MySQL database. I have a simple table in my MySQL database consisting of around 20 rows. How do I show the rows using datatables?
I hope you can help!
Have a great Friday!
This question has an accepted answers - jump to answer
Answers
The best bet would be to look at the manual. Once you're familiar with the basics, you would want to look at the ajax page, as that would be how you'd get the data to the browser.
Colin
Thanks - that helped!