Hi Jay,

That does sound like a bug. Opening an issue in the tracker is a good
idea. Issues with patches attached are even better.

- Isaac

On Thu, May 7, 2009 at 3:02 PM, jay <[email protected]> wrote:
>
> I'm starting to use the gen2 incubator table widgets. I hope I can
> provide some valuable feedback in the days and weeks to come...
>
> The first issue I've run into that I cannot seem to work around: When
> I load my data into the PagingScrollTable, it is already sorted (in
> fact, all of our data uses server-side sorting). I worked out that in
> order to get the sorting indicator displayed, I should call:
>
> ColumnSortList sortList = ...;
> getDataTable().setColumnSortList( sortList, true );
>
> I can see that this fires the event which PagingScrollTable listens
> for. However, when PagingScrollTable gets the event, it checks to see
> if the sortedColumnTrigger member is null. In this case, it is,
> because the only way for that (private) member to be set is in
> reaction to a ONMOUSEUP event.
>
> What's the best way to resolve this? Should I file a bug? Submit a
> patch? Something else?
>
> thanks,
>
> jay
> >
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to