I just took a look at jqgrid. Has anyone tried implementing this plugin, or used jQuery, to achieve server side pagination?
I am using struts2 and populating a html table with list returned from DB. This list is returned from an Oracle SP. The SP, along with some other parameters, is taking in 'start' and 'begin'. So I can pass numbers to these parameters to get specific row counts.
How would you achieve this? I would prefer some 'ajaxy' solution where the whole page does not refresh but just the table section refreshes. I see this is done on SO as well, but I think in this case they are bringing back all the data at once.