You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Uwe Schäfer <sc...@thomas-daily.de> on 2008/08/17 19:13:12 UTC

DefaultDataTable

hi.

using DefaultDataTable, how to best apply css to the columns (in order 
to size them, etc)

cu uwe
-- 

THOMAS DAILY GmbH
Adlerstraße 19
79098 Freiburg
Deutschland
T  + 49 761 3 85 59 0
F  + 49 761 3 85 59 550
E  schaefer@thomas-daily.de
www.thomas-daily.de

Geschäftsführer/Managing Directors:
Wendy Thomas, Susanne Larbig
Handelsregister Freiburg i.Br., HRB 3947

Registrieren Sie sich unter http://morningnews.thomas-daily.de für die 
kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages 
morgens um 9:00 in Ihrer Mailbox.

Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich um 
8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach 
16:00 Uhr des Vortages eingegangen sind. Die Email-Adresse unserer 
Redaktion lautet redaktion@thomas-daily.de.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DefaultDataTable

Posted by Uwe Schäfer <us...@thomas-daily.de>.
Jan Kriesten schrieb:

>> using DefaultDataTable, how to best apply css to the columns (in order
>> to size them, etc)
> by using an IColumn implementing IStyledColumn: getCssClass()

ouch. thx!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DefaultDataTable

Posted by Jan Kriesten <ja...@renitence.de>.
hi uwe,

> using DefaultDataTable, how to best apply css to the columns (in order
> to size them, etc)

by using an IColumn implementing IStyledColumn: getCssClass()

best regards, --- jan.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DefaultDataTable

Posted by Uwe Schäfer <sc...@thomas-daily.de>.
Timm Helbig schrieb:

> I put each DefaultTable in a separate div and style the div container, that's 
> another possibility.

sure, that´ll do. thx.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: DefaultDataTable

Posted by Timm Helbig <ti...@th-hosting.net>.
Hi,

I checked the markup for any preconfigured CSS styles. There are .odd 
and .even for each row. Put them in your CSS Stylesheet, and change them as 
you need. 

I put each DefaultTable in a separate div and style the div container, that's 
another possibility.

Regards,
Timm



Am Sonntag, 17. August 2008 19:13:12 schrieb Uwe Schäfer:
> hi.
>
> using DefaultDataTable, how to best apply css to the columns (in order
> to size them, etc)
>
> cu uwe



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org