Hi! I'm a student and new to Frameworks and Laravel.
I was wondering if Laravel 4.X supports dynamic tables. Apparently I have a table on one of my views. and the contents of that table comes from my MySQL database. I want that table to automatically refresh/update when changes happen to my database.
My classmates that you must use JavaScript! Is there any other way? I'm not good / fond of JavaScript. tears
Thanks in advance!
Yup, JavaScript is required if you don't want to force page refreshes regularly to check. No better time than the present to get involved with JavaScript :)
Your options are polling, web sockets or CometD ajax push, all of which require javascript.
You could do it with flash or java applets too, but the gist is, the client(browser) needs to detect the changes and re-render the table.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community