On 8/24/07, Patrick Angeles <[EMAIL PROTECTED]> wrote:
>
>
> The extensions AjaxFallbackDefaultDataTable and related classes are
> extremely nice, btw. It's allowed me to quickly set up list paging and
> sorting in a way that would have taken me days using any other web
> framework.


thats the idea :)

I do have some requests for refinement:
>
> 1. It'd be nice to have hard (not runtime generated) CSS classes or ids on
> HTML elements for components like the NavigatorToolbar, etc. to allow for
> easy styling via CSS. Something similar to the OddEvenItem concept applied
> to the page links in the toolbar. I've found a way to style those links,
> but
> it could be made easier.


that should be easy enough. please file an rfe in our jira. not enough hours
in the day to get to it right away.

2. Some way to hard-set the width for each column. It's visually distracting
> to have the column widths change as you page through. This might be done
> via
> CSS (maybe give each column a class or id) but this could also be done in


there is IStyledColumn mixin you can add to your column impl that will let
you set a css class so you can put the width into css.

-igor




Thanks,
> - P
>
>
> igor.vaynberg wrote:
> >
> > i think it has been fixed since then. at least snapshots at
> > wicketstuff.org/wicket13 appear to be working fine.
> >
> > -igor
> >
> > On 8/24/07, Patrick Angeles <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >> 1.3-beta2
> >>
> >>
> >> igor.vaynberg wrote:
> >> >
> >> > i believe this was fixed a long time ago, what version are you seeing
> >> this
> >> > with?
> >> >
> >> > -igor
> >> >
> >> >
> >> > On 8/24/07, Patrick Angeles <[EMAIL PROTECTED]> wrote:
> >> >>
> >> >>
> >> >> That was fast :)
> >> >>
> >> >> Also, while we're on it, I just noticed that the NavigationToolbar
> >> text
> >> >> is
> >> >> off. For a list of 50 items with a pagesize of 5, it says: "Showing
> 1
> >> to
> >> >> 6
> >> >> of 50" (should say "Showing 1 to 5 of 50").
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> >>
> http://www.nabble.com/AjaxFallbackDefaultDataTable...-changing-sort-does-not-setCurrentPage-to-0-tf4325258.html#a12320251
> >> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >> >>
> >> >>
> >> >>
> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >> >>
> >> >>
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/AjaxFallbackDefaultDataTable...-changing-sort-does-not-setCurrentPage-to-0-tf4325258.html#a12320800
> >> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/AjaxFallbackDefaultDataTable...-changing-sort-does-not-setCurrentPage-to-0-tf4325258.html#a12321602
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to