-
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
Multi-row layout - Pinning feature integration #4563
Conversation
… groups. Fixing fractioins calcs. Fixing grid-template-columns binding.
…tions that check the rendered DOM reflects the col settings correctly.
…angular into dkamburov/MRL
…omponent that extends the column-group component to be used for mrl config.
…defined - in that case mch are disregarded. Adding test.
There are two issues I found while testing. Try this template for the grid-mrl.sample.html:
|
IE misalignments are not specific for the pinning only |
The IE misalignments and 2px border have been fixed, but IE still does not render the headers correctly - if one group has two rows and the others do not, they are displayed as a single row with a blank row below it.
IE renders the column headers like this: |
This is not pinning specific, I logged a separate issue for it - #4669 |
Related #4384
Note: This should be reviewed and merged after the main MRL feature is merged to master:
#4486
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes