RE: AjaxFallbackDefaultDataTable - modifying look

2009-10-20 Thread Jeffrey Schneller
Thanks.  That worked perfectly.  I now have my own
AjaxFallbackCustomDataTable.

Jeff




-Original Message-
From: Pedro Santos [mailto:pedros...@gmail.com] 
Sent: Tuesday, October 20, 2009 2:03 PM
To: users@wicket.apache.org
Subject: Re: AjaxFallbackDefaultDataTable - modifying look

example of how to create an DataTable? you can use the
AjaxFallbackDefaultDataTable as an example :)

On Tue, Oct 20, 2009 at 4:00 PM, Jeffrey Schneller <
jeffrey.schnel...@envisa.com> wrote:

> Fair enough.  Is there an example of how one should be created?
>
> -Original Message-
> From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com]
> Sent: Tuesday, October 20, 2009 1:53 PM
> To: users@wicket.apache.org
> Subject: Re: AjaxFallbackDefaultDataTable - modifying look
>
> dont use the Default version of the data table, create one yourself.
>
> -igor
>
> On Tue, Oct 20, 2009 at 10:48 AM, Jeffrey Schneller
>  wrote:
> > I am using the AjaxFallbackDefaultDataTable for displaying a data
table
> > on my page.  I have everything working [displaying of data, sorting
> > columns. Paging].  I know would like to change the look and feel of
the
> > data table.
> >
> >
> >
> > I would like to be able to change the navigation toolbar so that the
> > paging links appear directly to the right of the "showing 1 to 15 of
X"?
> > The html file has the paging links defined as a text-align: right in
the
> > html and it can't be overwritten with css classes.  This is great
for
> > narrow width tables but a table that scrolls horizontally the
navigation
> > is lost on the far right.
> >
> >
> >
> > It looks like the navigation toolbar is automatically added by the
> > constructor of the AjaxFallbackDrfaultDataTable.  Is there a way to
use
> > my own Navigation Toolbar or make the changes so I can control the
> > layout of the navigation toolbar.
> >
> >
> >
> > Thanks.
> >
> >
> >
> >
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos

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



Re: AjaxFallbackDefaultDataTable - modifying look

2009-10-20 Thread Pedro Santos
example of how to create an DataTable? you can use the
AjaxFallbackDefaultDataTable as an example :)

On Tue, Oct 20, 2009 at 4:00 PM, Jeffrey Schneller <
jeffrey.schnel...@envisa.com> wrote:

> Fair enough.  Is there an example of how one should be created?
>
> -Original Message-
> From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com]
> Sent: Tuesday, October 20, 2009 1:53 PM
> To: users@wicket.apache.org
> Subject: Re: AjaxFallbackDefaultDataTable - modifying look
>
> dont use the Default version of the data table, create one yourself.
>
> -igor
>
> On Tue, Oct 20, 2009 at 10:48 AM, Jeffrey Schneller
>  wrote:
> > I am using the AjaxFallbackDefaultDataTable for displaying a data table
> > on my page.  I have everything working [displaying of data, sorting
> > columns. Paging].  I know would like to change the look and feel of the
> > data table.
> >
> >
> >
> > I would like to be able to change the navigation toolbar so that the
> > paging links appear directly to the right of the "showing 1 to 15 of X"?
> > The html file has the paging links defined as a text-align: right in the
> > html and it can't be overwritten with css classes.  This is great for
> > narrow width tables but a table that scrolls horizontally the navigation
> > is lost on the far right.
> >
> >
> >
> > It looks like the navigation toolbar is automatically added by the
> > constructor of the AjaxFallbackDrfaultDataTable.  Is there a way to use
> > my own Navigation Toolbar or make the changes so I can control the
> > layout of the navigation toolbar.
> >
> >
> >
> > Thanks.
> >
> >
> >
> >
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Pedro Henrique Oliveira dos Santos


RE: AjaxFallbackDefaultDataTable - modifying look

2009-10-20 Thread Jeffrey Schneller
Fair enough.  Is there an example of how one should be created? 

-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Tuesday, October 20, 2009 1:53 PM
To: users@wicket.apache.org
Subject: Re: AjaxFallbackDefaultDataTable - modifying look

dont use the Default version of the data table, create one yourself.

-igor

On Tue, Oct 20, 2009 at 10:48 AM, Jeffrey Schneller
 wrote:
> I am using the AjaxFallbackDefaultDataTable for displaying a data table
> on my page.  I have everything working [displaying of data, sorting
> columns. Paging].  I know would like to change the look and feel of the
> data table.
>
>
>
> I would like to be able to change the navigation toolbar so that the
> paging links appear directly to the right of the "showing 1 to 15 of X"?
> The html file has the paging links defined as a text-align: right in the
> html and it can't be overwritten with css classes.  This is great for
> narrow width tables but a table that scrolls horizontally the navigation
> is lost on the far right.
>
>
>
> It looks like the navigation toolbar is automatically added by the
> constructor of the AjaxFallbackDrfaultDataTable.  Is there a way to use
> my own Navigation Toolbar or make the changes so I can control the
> layout of the navigation toolbar.
>
>
>
> Thanks.
>
>
>
>
>
>

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


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



Re: AjaxFallbackDefaultDataTable - modifying look

2009-10-20 Thread Igor Vaynberg
dont use the Default version of the data table, create one yourself.

-igor

On Tue, Oct 20, 2009 at 10:48 AM, Jeffrey Schneller
 wrote:
> I am using the AjaxFallbackDefaultDataTable for displaying a data table
> on my page.  I have everything working [displaying of data, sorting
> columns. Paging].  I know would like to change the look and feel of the
> data table.
>
>
>
> I would like to be able to change the navigation toolbar so that the
> paging links appear directly to the right of the "showing 1 to 15 of X"?
> The html file has the paging links defined as a text-align: right in the
> html and it can't be overwritten with css classes.  This is great for
> narrow width tables but a table that scrolls horizontally the navigation
> is lost on the far right.
>
>
>
> It looks like the navigation toolbar is automatically added by the
> constructor of the AjaxFallbackDrfaultDataTable.  Is there a way to use
> my own Navigation Toolbar or make the changes so I can control the
> layout of the navigation toolbar.
>
>
>
> Thanks.
>
>
>
>
>
>

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



AjaxFallbackDefaultDataTable - modifying look

2009-10-20 Thread Jeffrey Schneller
I am using the AjaxFallbackDefaultDataTable for displaying a data table
on my page.  I have everything working [displaying of data, sorting
columns. Paging].  I know would like to change the look and feel of the
data table.

 

I would like to be able to change the navigation toolbar so that the
paging links appear directly to the right of the "showing 1 to 15 of X"?
The html file has the paging links defined as a text-align: right in the
html and it can't be overwritten with css classes.  This is great for
narrow width tables but a table that scrolls horizontally the navigation
is lost on the far right.

 

It looks like the navigation toolbar is automatically added by the
constructor of the AjaxFallbackDrfaultDataTable.  Is there a way to use
my own Navigation Toolbar or make the changes so I can control the
layout of the navigation toolbar.

 

Thanks.