-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
Can not set the table to be responsive.
What is the expected behavior?
I have a default columns list by using *matHeaderRowDef parameter. like:
<mat-header-row *matHeaderRowDef="defaultColumns"></mat-header-row>
I need to set another columns list to display for smartphone.
This expected columns list should be different to the default columns list and trigged automatically on smartphone.
What is the current behavior?
I didn't find any example, can you help me please?
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
What is the use-case or motivation for changing an existing behavior?
I need something like this for Angular 5 for the company use:
https://codepen.io/zavoloklom/pen/IGkDz
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5
Material latest version
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
No labels