You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this Angular Data Grid directive("fixed-header") in bootstrap-3 table to achieve fixed header feature for all tables in my project. It works fine with tables which have 5 or less columns, But with table more than 5 columns (Even for 6 columns) got a Column miss align issue with Table.
May i know whats wrong with my code .?
My Code
...
The text was updated successfully, but these errors were encountered:
@gmani2urs , could you provide a code sample using codepen or jsfiddle
But I guess it could be depended on width attribute if you are using it for your columns, please check it and if true, try use it without width attribute
Hi,
I am using this Angular Data Grid directive("fixed-header") in bootstrap-3 table to achieve fixed header feature for all tables in my project. It works fine with tables which have 5 or less columns, But with table more than 5 columns (Even for 6 columns) got a Column miss align issue with Table.
May i know whats wrong with my code .?
My Code
...The text was updated successfully, but these errors were encountered: