I'm new to both the forum and the area of web development, and would like some advice from more experienced web developers. I'm trying to find an appropriate, flexible and free JQuery plugin which deals with CRUD (Create, Read, Update, Delete) operations on a MySQL database. Basically to generate a table from database and allows adding, delete and editing records, without refreshing the page. I would like for it to have many features (such as sorting, paging, search, etc), fast, can deal with a lot of data, ease of use and suitable for business use. After googling around, I found that DataTable, JQGrid, and JTable plugin all looks promising. Which of those plugins do you guys think I should go for? The disadvantage/advantages of them?