-
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
feat(igxGrid): Update navigation to include ghost rows. #7148
Conversation
Base Grid Issues:
|
HierarchicalGrid issues:
Note: This is probably due to the change in the visible view port as previously the whole tbody was used when calculation top/bottom of view port, but now view port is smaller due to the pinned rows, so calculations in _getMaxTop/_getMinBottom in hierarchical nav service should be updated accordingly.
|
@zdrawku , we are done with the testing and review of the PR. Your team can go through it as well as we discussed. |
@skrustev After some time of testing, four issues have been found:
|
@Aleksandyr , 1. is not related to pinning. I logged it separately in #7204 |
@Aleksandyr 2 and 3 we've decided that they are sample related issues because it involves only scenarios with a templated column and will try to fix them in the demos, 4 is added to #7143 since it is not related to the navigation. |
#6640
Closes #7087
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