Skip to content

Resizing the last column does not work when grid menu is on #5557

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

Closed
seshma opened this issue Jul 15, 2016 · 1 comment · Fixed by #6548
Closed

Resizing the last column does not work when grid menu is on #5557

seshma opened this issue Jul 15, 2016 · 1 comment · Fixed by #6548

Comments

@seshma
Copy link

seshma commented Jul 15, 2016

The Grid/Setting Icon Menu overlaps over the right column column divider and hence cannot resize the rightmost column

Refer to plunker: http://plnkr.co/edit/THN0LXEkDEih2e4Efl3b?p=preview

mportuga pushed a commit that referenced this issue Jan 20, 2018
Fixed some of the more blatant issues of overlap between the grid menu and the last visible column,
although some issues remain with the timing of the digest cycle. Also, updated the grid menu styles
a bit based on some CSS suggestions.

fix #4337, fix #5051, fix #5557
mportuga pushed a commit that referenced this issue Jan 20, 2018
Fixed some of the more blatant issues of overlap between the grid menu and the last visible column,
although some issues remain with the timing of the digest cycle. Also, updated the grid menu styles
a bit based on some CSS suggestions.

fix #4337, fix #5051, fix #5557
@eskutti
Copy link

eskutti commented Jun 19, 2019

Add the below css style to resolve the issue :

.ui-grid-header-cell-last-col + .ui-grid-column-resizer.right {
margin-right: 23px;
}
note: Style should be written after including the ui-grid.css

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

Successfully merging a pull request may close this issue.

2 participants