Spring pagination with jqgrid -
i want paging spring , jqgrid. send file spring n rows, , must process , divide 5 rows example.
@requestmapping(value = "/load", method = requestmethod.post) public @responsebody responseentity<list<filecontent>> control(@requestparam("files") list<multipartfile> file) i have used pagedlistholder give response @ jqgrid, don't know how request other rows, if call same method require param 'files' have sent file. if send data jqgrid slow elaborate, , need take part of file @ time. how make request jqgrid other part? thanks.
regards.
your jqgrid should passing information need controller pull correct page of data.
sidx = data sort on sord = sort order page = page grid on rows = how many rows being shown in grid this should allow query against datasource appropriate page of data , pass slice jqgrid display.
Comments
Post a Comment