@Erel, billzhan
How can I add table rows based on timer expiry event? To be more precise, I want to add the current data after some time interval on webpage. So finally, i should get the log of all the data with time stamp on the webpage.
The project is to count the pulses and create a webpage report displaying date.time,current count and total count. Currently I start the timer from the client end just for ease of debugging.
I tried to populate the html table by loading the log.csv file, but have not succeeded.
Project attached.
How can I add table rows based on timer expiry event? To be more precise, I want to add the current data after some time interval on webpage. So finally, i should get the log of all the data with time stamp on the webpage.
The project is to count the pulses and create a webpage report displaying date.time,current count and total count. Currently I start the timer from the client end just for ease of debugging.
I tried to populate the html table by loading the log.csv file, but have not succeeded.
Project attached.