To make your dashboard feel like an airport flight board, I think you can set it to automatically flip through pages every few seconds using Livewire, showing only 10 rows at a time, and looping back to the first page after the last.
I think you shoulld use Alpine.js to animate the transition between pages with smooth effects like fade or scale if you want. This way, everything updates itself no clicks, no reloads, just clean, smooth, real-time transitions.
I hope this help you