Draw Table first, then populate data from server side call
Draw Table first, then populate data from server side call
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".
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.