3
votes
1answer
61 views

JQuery code repetition and MVC

A while ago I started working on a project, which does things mostly with JQuery and PHP. I had some problems with my structure and started using CodeIgniter which uses an MVC pattern. So the PHP part ...
2
votes
1answer
6k views

Suggestions for JQGrid Dynamic Columns and Server-Side paging ,sortin , filtering etc.

I have a requirement where I need to build a grid with dynamic columns. I am dealing with a large dataset so I would like to use server-side paging,sorting,filtering logic so that I render only a ...