Reviewers: rice, Description: Fixing a bug where headers are not redrawn when the data changes. I was trying to be crafty and keep track of when headers are stale, but since they can depend on the data, we need to refesh them every time. This patch also allows headers to span multiple columns if adjacent headers == each other.
Please review this at http://gwt-code-reviews.appspot.com/971801/show Affected files: M user/src/com/google/gwt/user/cellview/client/CellTable.java M user/test/com/google/gwt/user/cellview/client/CellTableTest.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
