-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Table docs #5449
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
Table docs #5449
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will probably need a rebase too
* Styles to make the demo's cdk-table match the material design spec | ||
* https://material.io/guidelines/components/data-tables.html | ||
*/ | ||
.cdk-table { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Example styles should all be prefixed with example-
so people don't think that the styles from the demo are supposed to be there in the component by itself
@@ -0,0 +1,89 @@ | |||
import {Component} from '@angular/core'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file starts with ckd
Rebased, did changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* docs(table): initial table docs * add filtering msg * add overview * fix height * split cdk table into guide * revisions * add to examples * fix heading * example changes * lint * example style prefix, rename file * newline
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.