We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Proposal
Scroll should start from mat-rows ( tbody ) and not mat-header-rows (thead) .
Right now , adding a scroll to mat-table, adds an overflow, starting from the header row level.
https://stackblitz.com/angular/jxdglymymvg?file=app%2Ftable-filtering-example.ts Scroll appears at thead level ( mat-header- rows )
The header usually remained fixed and overflow starts from tbody level.
Angular Version : 5.1 Angular Material Version : 5.1.1
The text was updated successfully, but these errors were encountered:
Duplicate of #5885
Sorry, something went wrong.
How do we still not have scrollable tables in the year 2018? Who's running the show around here?
https://v0.material-ui.com/#/components/table
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Bug, feature request, or proposal:
Proposal
What is the expected behavior?
Scroll should start from mat-rows ( tbody ) and not mat-header-rows (thead) .
What is the current behavior?
Right now , adding a scroll to mat-table, adds an overflow, starting from the header row level.
What are the steps to reproduce?
https://stackblitz.com/angular/jxdglymymvg?file=app%2Ftable-filtering-example.ts
Scroll appears at thead level ( mat-header- rows )
What is the use-case or motivation for changing an existing behavior?
The header usually remained fixed and overflow starts from tbody level.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular Version : 5.1
Angular Material Version : 5.1.1
The text was updated successfully, but these errors were encountered: