I see several questions about this on the forum, but never saw an
answer that made sense to me.

I've got some numeric columns which need to be text-align: right and
sme string and date columns which need to be text-align: left.

Currently, I am just using Contrib:FormTable (within Tap4 because
using Contrib:Table within a form was broken, failing to submit the
rest of the form when clicking on a column header in order to sort). 
I do implement an ITableModel object.

I can set valuesClass, but the same class gets assigned to each td,
and the value only appears to be fetched once for each row.  There
must be some way to call a method with the id of the current column
and have it return a value specific to the current column, otherwise,
it is mostly a useless feature.

--sam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to