Draw Table first, then populate data from server side call

Draw Table first, then populate data from server side call

lkaatz99lkaatz99 Posts: 5Questions: 0Answers: 0
edited January 2012 in General
Is there a way to draw the table first, where the length will be set at 10 rows?

I want to draw the table first, which should be very fast, then populate the data from a server side call. In the jquery plug in jqGrid, it does this. and when it is processing the ajax call, it displays a msg "loading".
This discussion has been closed.