Hi Erel,
I am loading 79,600 records from a Raspberry Pi Mysql server over WIFI.
It takes about 20 seconds to fill the table which is pretty good.
I am using form.showAndWait to keep the form on top and have to load the table before showing the form.
Tried showing the form first but the data doesn't show.
Would like to show a spinner while data is loading.
Thanks