Hi,
I have a good question regarding more programming around CRUD than CRUD itself!
I'm searching for a way to "quick-edit" fields directly from the list. (A bit like PhpMyAdmin)
Any ideas?
Obviously, it will need some jQuery/Ajax, which is quite easy! But, to make it work with CRUD?!??
Don't tell me I'll have to "hack" into CRUD's core!?!?
-- Edit --
In fact, no need of the core there...I think I would only have to go into the themes template and add some code. Then use some good ol' jQuery...
----------