Try with something along ....
aReport addColumn: (MAColumn new
title: '';
format: [ :obj :html | self renderActionsFor: obj on: html ];
yourself)
and implement #renderActionsFor:on: as you wish common Seaside rendering code.
Lukas
On Mon, Mar 23, 2009 at 1:52 PM, Joel Turnbull <joel(a)ardishealth.com> wrote:
Is there a way to conditionally display the contents of a command column for
certain rows of a MAReport?
Say I only wanted to be able to remove an object if it's name isn't 'b'
Name
a edit remove
b edit
c edit remove
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
--
Lukas Renggli
http://www.lukas-renggli.ch
On Mon, Mar 23, 2009 at 1:52 PM, Joel Turnbull <joel(a)ardishealth.com> wrote:
Is there a way to conditionally display the contents of a command column for
certain rows of a MAReport?
Say I only wanted to be able to remove an object if it's name isn't 'b'
Name
a edit remove
b edit
c edit remove
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
--
Lukas Renggli
http://www.lukas-renggli.ch