3
I need to create an HTML table that populates the rows and columns with data coming from a specific table in my database. But I want that whenever a new data is inserted in this table of the database, it automatically appears to the user in the HTML table. This all without making the whole page upload again.
I’m already using it in my Java, Javascript, jQuery and HTML project. Is there any way to do this with jQuery? If not, any idea that meets this need will be welcome.
Hello, if I understand correctly there is already the created page. What you want is to use ajax (which you can do with jquery) that updates the table. I understood well?
– Tiago Gomes
A friend solved the problem here at work just before me. He did with javascript and json, my solution was with angular and json. All two met the need. I decided to use the solution of the guy here for the sake of making the project cleaner, because already use in the application the javascript, obtei by not using the angular despite being a more complete solution.
– Cesar Roberto Martins
Hello, post please the solution and mark as right. So it gets answered and can help others who have the same question.
– Tiago Gomes
As soon as possible I will be posting. Thank you.
– Cesar Roberto Martins
If you solved your problem, it would be interesting for you to answer your question, so that people with the same problem can have a solution.
– Matheus