-
Notifications
You must be signed in to change notification settings - Fork 106
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
Dynamic scroll in Grid with fixed column headers with bug #2194
Comments
closing in favor of #1988, I belive such improvent will fix this as well |
Yes it would be fixed by using |
There is another twist of this issue which is critical: I have a Tabs in a view - on a second tab I insert a grid with addJsPaginator, and say 2 rows. If the tab that I add it to is a static tab, the first data row is hidden behind the header row, as margin-top is set to 0px (erroneously). If I change the tab to be a dynamically loading tab, the first data row is correctly shown below the header row (in my case the margin-top then is set to 46x.... Critical as data is not properly shown. I would opt to look into it, as refactoring to FUI scrolling with the javascript is too time-consuming and no contributor for that yet. |
please update your post above to contain minimal code to reproduce plus add screenshot |
$g1->addJsPaginatorInContainer
which also activates fixed headersExpected result:
Today's behavior:
Screenshot:
The text was updated successfully, but these errors were encountered: