Initially, I have several columns in the table, but when I reduce the size of the window, some columns are hidden using “ko if”. IE removes these columns, but does not stretch the table to its full width, reacting as if these columns had not been deleted.

This is checked using the last row in the table, which is stretched to the full width of the table. Initially, the number of columns is 7, and after reduction it is 4. If, after reduction, set “colspan” to 7, the line will be stretched to normal width.

    0