Hi,
I need my crud (i'm using it for backend of an e-shop) to have custom buttons (i know how to do that) that can "custom edit" a table(that's what i'm asking if it's possible). For example - I have many fields and the tables are related i would like it to have a calendar icon that edits only the date and another icon that edits only few other fields... So is there a way to have multiple edit rules that are triggered or ...
Is there any easy way to do that?
Started by xxaxxo, 31 January 2012 - 05:36 AM
- Single Page
Posted 31 January 2012 - 05:36 AM
Posted 31 January 2012 - 20:46 PM
There are only callbacks for now and custom_action method that I thing you can do the custom edits as you want. You can see an example at: http://www.grocerycrud.com/crud/example/add_action If you want something more automated you can change the core and if you have any problem, just post it here.