jquery - Flexigrid with IE6 show only headers -


i'm using flexigrid jquery-1.2.3.pack.js. works fine firefox when try ie6, shows headers.

i've found discussion on same bug, , says comment line flexigrid.js:

if (p.width!='auto') g.gdiv.style.width = p.width + 'px'; 

tried dont show grid.

dont know why, downloading again flexigrid.js file , commenting line said above works perfectly... bit slow on ie6, no bugs feature.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -