Could you provide a simple, full example of how to call another php script based on the grid record update please? So if I have a column named status and I change the value(select dropdown) to closed it would call another php script I use for sending email. User changes status to closed, SendEmail.php is called.
Thanks in advance!
I have the similar problem: I want to change the state of selected data by clicking, in the coloumn action, a command named: "processed".
This action update the value in the table and then put a record in other table.
Finaly my request is: can you give me an example to build a custum action to retrive custom php script to do what I described?
Thanks a lot!
Alessandro, this feature (bulk operation of selected data) is under development and will be there for premium members as some core lib changes are involved. Stay tuned.
Code: http://phpgrid.org/demo/demos/editing/bulk-edit.phps
Live: phpgrid.org/demo/demos/editing/bulk-edit.php