Problems with Ajax update of part of a table

2011-01-23 Thread drf
I have the following issue doing an Ajax update on the headers in a table. In my application, clicking on the headers will dynamically change the icon associated with each column. If I do an update on a Panel object which contains the entire table then this works well. However, I specifically

Re: Problems with Ajax update of part of a table

2011-01-23 Thread Martin Makundi
Hi! In my experience, tables get distorted if you party reshape them. Browsers are not sufficiently sophisticated to handle the situation. ** Martin 2011/1/23 drf davidrfi...@gmail.com: I have the following issue doing an Ajax update on the headers in a table. In my application, clicking on