There are n pieces of data in the database (which may change in real time). Now I want to display 8 pieces at a time on the big screen. How to automatically scroll P and display it in real time?
Display like flight information on a large screen at an airport
Use the paging method and use the timer to simulate clicking to turn the page. Just reset when you reach the end. If you have found out all, use js to show and hide.
Scroll display requires writing js or jq