I need to create a table in HTML that populates rows and columns with data coming from a specific table in my database. But I want whenever a new data is inserted into this database table, it automatically appears to the user in the HTML table. That's all without doing all page loading 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.