Currently, table views are based on polling data from the API, and in order to view a change immediately you will need to refresh the page.
Implementing Server Sockets will allow changes in data to be reflected in real-time instead of refreshing/waiting for the interval.