Closed GoogleCodeExporter closed 9 years ago
Hi,
It's possible to make what you want, however you need extra work.
First, disable CRUD columns:
$form->setEditColumn(false);
$form->setDeleteColumn(false);
$form->setAddButton(false);
Now you have more than one possibility, using the following tags:
{{addUrl}}
{{editUrl}}
{{deleteUrl}}
- create extra column for each crud link and one more for your "extra" column
- create two extra columns (one for your "extra" column and another with the 3
links)
- simple one extra column
- (...)
Best Regards
Ivo Monteiro
Original comment by ivomonte...@gmail.com
on 4 Mar 2012 at 4:19
Original issue reported on code.google.com by
cristian...@bol.com.br
on 2 Mar 2012 at 7:01