[eluser]paulopmx[/eluser]
[quote author="wardenik" date="1207776149"]hey,
i've just started using flexigrid, but found it quite weird that it doesn't work in IE7 with this type of table:
So, the first one works. The second does not if you don't specify width. That's quite weird especially when using jquery that should figure out the styling quite easily. Anyone had that problem?[/quote]
Hi Wardenik,
Yes width is a required setting. You can see it in my example 1 and example 2. Why? Because different browsers has different way of rendering a table without width definition, specially Internet Explorer.
You will see that although I can render Flexigrid with the zero setting, that I do require some standards, like having a thead, a tbody and width definition. This will ensure that Flexigrid renders the same table similarly among its supported browsers.