Is it possible, using the capabilities of HTML5, to create an asynchronous element on a page that can reload its content without completely reloading the page? For example, a table that includes an “Update Table Contents” button.
If you cannot avoid using additional solutions (scripts, libraries), then they should be able to be installed locally and not require server and client access to the Internet.
Thanks in advance for your recommendations.