Having an issue with my jqgrid. As I load the table and fetch a large amount of data from the database, the loading process naturally takes a few seconds. However, during this time, I can see the column headers without any rows or styles applied to the jqgrid.
https://i.sstatic.net/plH2r.jpg Once the data is fully loaded, the jqgrid magically changes to my desired style. I have even added a loading image to the ".ui-jqgrid .loading" class, which appears rotating during that waiting period, but the column headers still remain visible in the background.
Is there a way to completely hide the column headers and footer while the data is loading?
Thank you in advance