Skip to content
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

Pinning is not working without a specified column width #1634

Closed
roedit opened this issue Sep 29, 2014 · 2 comments
Closed

Pinning is not working without a specified column width #1634

roedit opened this issue Sep 29, 2014 · 2 comments
Assignees
Milestone

Comments

@roedit
Copy link

roedit commented Sep 29, 2014

I have tried implementing the grid pinning without the column width and the table display gets screwed up.(gh-pages v3.0.0-rc.11-2ab6aae) and earlyer.

@PaulL1 PaulL1 added this to the 3.0 milestone Oct 1, 2014
@c0bra c0bra added Hi-Pri Bug and removed type: bug labels Oct 3, 2014
@c0bra c0bra self-assigned this Oct 3, 2014
@c0bra c0bra closed this as completed in 9e022ba Oct 3, 2014
@roedit
Copy link
Author

roedit commented Oct 6, 2014

Checked and it works fine.
Thank you!

@roedit
Copy link
Author

roedit commented Oct 6, 2014

After some deep testing i found an issue.
The pinning is not working correct if i set the pinnedLeft to true in columnDefs without a specified width.
http://plnkr.co/edit/zQU4QhzCNT9F0hBZSKVt?p=preview
$scope.gridOptions.columnDefs = [
{ name:'id', width:50 },
{ name:'name', pinnedLeft:true },
{ name:'age', width:100, pinnedRight:true },
Should i open a new issue for this ?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants