How can i integrate jqgrid, mybatis, spring mvc and postgresql when i have to display data using jqgrid/JSP via Json.
The project needs to display data from various table in single JSP page as well there must be pagination included.
I searched all over but didn't find a single working tutorial. Only at krams i found a tutorial but it takes static data. while i need to display data from a DB in postgres which will be managed via mybatis-spring mvc.
the table should look like this
Thanks.