Hi,
My app will have a mobile component where information is added to a database and a dashboard that will run in a browser. I want the dashboard to monitor the database and display any changes to a table on a list on the page.
e.g.
“Line One” is added to the table, the dashboard shows
Line One
“Line Two is added”, dashboard shows
Line Two
Line Oneetc.
I would also like to have a counter which would update in real time each time a new record is added to the table.
Is this possible using only UIBuilder and Codeless or do I need to use JavaScript as per this page?
Thanks
Steve