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?
> >
>
>