Re: [gwt-contrib] CellTable headersStale

2010-10-07 Thread Stephen Haberman
That sounds reasonable. We should either have a boolean to refresh the headers, or just refresh them all the time. Please open an issue in jira and assign it to me. Awesome. I opened the issue, though it looks like I don't have rights to assign it over to you:

Re: [gwt-contrib] CellTable headersStale

2010-10-06 Thread Stephen Haberman
I'm using CellTable to render a table with a total footer. However, the footer is not redrawn when I change the rows in the table, so the total always says $0.00. Looking at the code, it looks like headersStale is only set true if I add/remove a column. Having footers update when the rows

Re: [gwt-contrib] CellTable headersStale

2010-10-06 Thread John LaBanca
That sounds reasonable. We should either have a boolean to refresh the headers, or just refresh them all the time. Please open an issue in jira and assign it to me. Thanks, John LaBanca jlaba...@google.com On Wed, Oct 6, 2010 at 6:45 PM, Stephen Haberman step...@exigencecorp.comwrote: I'm

[gwt-contrib] CellTable headersStale

2010-09-21 Thread Stephen Haberman
Hi, I'm using CellTable to render a table with a total footer. However, the footer is not redrawn when I change the rows in the table, so the total always says $0.00. Looking at the code, it looks like headersStale is only set true if I add/remove a column. IIRC, previously there was a