-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
pinnedRight adding an extra blank column #4949
Comments
Hi, |
Hi, //This is inside iterating for each column I am not quite sure this is correct solution or not, but this does the trick for me and has overwritten that API into my project. Adding my comment to know whether this is proper fix or not. Can anyone validate this approach, so that I can make a pull request into master. |
Looks like this fix is not in the current version (v4.0.6). It would be great to have a new version (4.0.7?), so it'd be fixed for everyone. |
Still experiencing this issue on |
…inned column Change the order of conditionals to remove blank space between the last unpinned column and the pinned right column in order to fix the availableWidth behavior This commit fixes angular-ui#4949 (pull angular-ui#6284)
Hi,
Setting
pinnedRight
to true is adding an extra blank column to its left.Here's a plunker for reference: http://plnkr.co/edit/h3TzNPIhFp6BsV4C3PHE?p=preview
Thanks,
Anirudha
The text was updated successfully, but these errors were encountered: