-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Columns not displaying properly #4180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 I did face same issue when using the minWidth property. |
merlinchen
added a commit
to merlinchen/ui-grid
that referenced
this issue
Aug 19, 2015
…and maxWidth. - String and number are both allowed. - Valid String value will parse into number properly. - Invalid String value will throw an error.
merlinchen
added a commit
to merlinchen/ui-grid
that referenced
this issue
Aug 19, 2015
…and maxWidth - String and number are both allowed. - Valid String value will parse into number properly. - Invalid String value will throw an error.
merlinchen
added a commit
to merlinchen/ui-grid
that referenced
this issue
Aug 19, 2015
…and maxWidth - String and number are both allowed. - Valid String value will parse into number properly. - Invalid String value will throw an error.
merlinchen
added a commit
to merlinchen/ui-grid
that referenced
this issue
Aug 19, 2015
…and maxWidth - String and number are both allowed. - Valid String value will parse into number properly. - Invalid String value will throw an error.
JLLeitschuh
added a commit
that referenced
this issue
Aug 24, 2015
…ty-check fix(core): fix #4180 by adding validity check for minWidth and maxWidth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when I am setting minWidth property for the columns they are not displayed properly.Below is the plunker to replicate this issue :
http://plnkr.co/edit/OraYwr4YyWsDNcFOqRZ7?p=preview
Please look into this
Thanks,
Navneet
The text was updated successfully, but these errors were encountered: