I would like to display the number of records that I have in a table on my website. I know I can do this manually, but I would have to keep updating it manually and was wondering if there was an automated way.
For example:
“567 products and counting!”
Where the number 567 is the number of records (rows) in the table that updates automatically when records are added.
Is this possible with javascript or something?