Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3790
making all columns average out.
posted

I'm trying to reside all my columns based on the values

for ( var c = 0; c < $( "#" + gridID ).igGrid( "option", "columns" ).length; c++ )
                    {
                        $( "#" + gridID ).igGridResizing( "resize",c );
                    }

Though I need just a bit more, its cutting off my header. I can not fix the size to a number, is there any way to add padding?

Parents Reply Children
No Data