pure json crud possible?
- Single Page
Posted 28 May 2012 - 13:07 PM
what i mean is to have jquery functions that gets table data, adds table data, deletes table data...
In my project I need to get/edit/delete data from remote server, whitch I fetch trough API and not with direct DB access.
Is there maybe some kind of easy code modification to do this?
or does somebody have quick-and-easy-to-use alternatives for this?
Posted 28 May 2012 - 16:31 PM
Posted 28 May 2012 - 19:11 PM
I think it deserves a try as it is only one file to change. Every database call is all there so you don't have to change anything else.
Posted 29 May 2012 - 10:36 AM
As I'm on a tight schedule I decided to do it manually with datatables & jquery. It's easyer for me since I've already worked with datatables and grocery_crud_model file is quite big to change every single function...