You can create your own toolbars. It is not hard and will give you
everything you ever wanted. We had a design where the filter bar is
not aligned with each column, but just fills from left to right, with
a header between etc.

The easiest way was just to create my own filter bar and be done with
it. So my toolbar looks like:

<tr class="head"><td colspan="5">Name <input ....> etc. </td></tr>

Martijn

On 10/6/06, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> I can manipulate the data grip part of a DataTable by overriding newCellItem. 
> But if I e.g. need a speical layout for the table header, I must add a class 
> or id attribute to the <th> elements of the headline (different layout on the 
> left and right side e.g.).
> I can see no way to manipulate the generation of the headline. O.K. I can 
> design my own Toolbar according to HeadersToolbar but in most cases that's 
> much too compülicated. Is there an easy way to control the generation of the 
> table head?
>
> Stefan Lindner
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


-- 
<a href="http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote</a>
for <a href="http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket</a>
at the <a href="http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!</a>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to