Hi!
I wanna allow just the EDIT inline action but when DELETE is false ALL the inline actions disappears:
$g->set_actions(array(
"add"=>false,
"edit"=>true,
"delete"=>false,
"rowactions"=>true
)
);
If DELETE is true both edit/delete actions are shown.
Why?
4 Answers
Hi David,
This is fixed in premium, time ago.
I'll be releasing a free version update.
Follow on twitter / g+ for update.
Apologies for inconvenience.
Yes, it's updated in free version now.
You can download from http://phpgrid.org/download
Your Answer