-
Notifications
You must be signed in to change notification settings - Fork 161
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
IgxGridHeaderGroupComponent should have preset min width #3071
Labels
🐛 bug
Any issue that describes a bug
grid: general
version: 7.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
SAndreeva
added
🐛 bug
Any issue that describes a bug
🆕 status: new
grid: general
version: 6.2.x
labels
Nov 21, 2018
@SAndreeva This is not something that can be fixed by setting css properties on the item class as the min-width value is set via HostBinding. |
SAndreeva
added a commit
that referenced
this issue
Dec 4, 2018
SAndreeva
added
🛠️ status: in-development
Issues and PRs with active development on them
and removed
🆕 status: new
labels
Dec 4, 2018
14 tasks
SAndreeva
added a commit
that referenced
this issue
Dec 4, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 4, 2018
14 tasks
SAndreeva
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Dec 4, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 5, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 5, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 7, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 7, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 7, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 7, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 7, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 7, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 7, 2018
bkulov
pushed a commit
that referenced
this issue
Dec 7, 2018
SAndreeva
added a commit
that referenced
this issue
Dec 10, 2018
14 tasks
SAndreeva
added a commit
that referenced
this issue
Dec 11, 2018
This was referenced Dec 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
grid: general
version: 7.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
IgxGridHeaderGroupComponent should have preset min width
Steps to reproduce
Result
IgxGridHeaderGroupComponent is sized to 40px as this is the width set on the column. IgxGridHeaderComponent and IgxGridFilteringCellComponent are 48px as they have paddings.
Therefore cells and headers looked misaligned, the resize handler on the header is not shown at the expected place.
Expected result
The IgxGridHeaderGroupComponent should not be able to go below a certain min width.
The text was updated successfully, but these errors were encountered: