On 4/11/06, Frank Silbermann <
[EMAIL PROTECTED]> wrote:
The CSS attribute 'empty-cells: show' works in Mozilla, but not in IE 6.0 – are there any work-arounds?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nick Heudecker
Sent: Monday, April 10, 2006 4:12 PM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] DataTable formatting
Have you tried the CSS attribute 'empty-cells: show;' ?
On 4/10/06, Frank Silbermann < [EMAIL PROTECTED] > wrote:
To draw lines separating every cell in my DataTable I tried:
<table border="1" wicket:id="datatable">
as Igor recommended. It worked fine, except for when the IDataProvider provided either a null or an empty string for a particular cell.
Then the line separators were missing. Do you think the more complex CSS approach would do better?
----------------------------------------------
or even <table border="1" wicket:id="datatable">
-Igor
On
3/31/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>
> <style> table.datatable td { border:0; border-bottom: 1px solid black;
> border-right: 1px solid black; } </style>
>
> <table class="datatable" wicket:id="datatable">
> .....
>
>
> -Igor
>
>
>
> On
3/31/06, Frank Silbermann < [EMAIL PROTECTED]> wrote:
> >
> > Is there a way to make the DataTable draw a line between every row and
> > column ? like a grid?
> >
>
>