-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(material/table): add docs on row/column styles and bindings #22778
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
Conversation
src/components-examples/material/table/table-column-styling/table-column-styling-example.css
Outdated
Show resolved
Hide resolved
src/components-examples/material/table/table-row-binding/table-row-binding-example.css
Outdated
Show resolved
Hide resolved
src/components-examples/material/table/table-row-binding/table-row-binding-example.html
Outdated
Show resolved
Hide resolved
src/components-examples/material/table/table-column-styling/table-column-styling-example.html
Outdated
Show resolved
Hide resolved
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
src/components-examples/material/table/table-column-styling/table-column-styling-example.css
Show resolved
Hide resolved
src/components-examples/material/table/table-row-binding/table-row-binding-example.css
Show resolved
Hide resolved
src/components-examples/material/table/table-row-binding/table-row-binding-example.ts
Outdated
Show resolved
Hide resolved
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. I left one more nit which isn't blocking.
src/components-examples/material/table/table-row-binding/table-row-binding-example.ts
Outdated
Show resolved
Hide resolved
) * docs(material/table): add docs on row/column styles and bindings * docs(material/table): fix CSS classname to match demo- * docs(material/table): review * docs(material/table): review2 * docs(material/table): use set (cherry picked from commit b124325)
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. |
Fixes #9697
TableColumnStylingExample: https://stackblitz.com/edit/angular-ytf7dh?file=src/app/table-basic-example.css
TableRowBindingExample: https://stackblitz.com/edit/angular-bjscs4?file=src%2Fapp%2Ftable-basic-example.ts