Skip to content
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

docs(material/table): additional details on table data sources #21921

Merged
merged 2 commits into from Feb 16, 2021

Conversation

s4m0r4m4
Copy link
Contributor

@s4m0r4m4 s4m0r4m4 commented Feb 16, 2021

docs(table): additional details on table data sources

Provides additional documentation and clarification on extending the base DataSource class with custom data sources either by extending or implementing.

Fixes #21887

docs(table): additional details on table data sources

Provides additional documentation and clarification on extending the base DataSource class with custom data sources either by extending or implementing.

Fixes angular#21887
@s4m0r4m4 s4m0r4m4 requested a review from andrewseguin as a code owner Feb 16, 2021
@google-cla google-cla bot added the cla: yes label Feb 16, 2021
@s4m0r4m4
Copy link
Contributor Author

@s4m0r4m4 s4m0r4m4 commented Feb 16, 2021

@crisbeto - here's the PR we discussed. Feel to propose or modify anything!

Copy link
Member

@crisbeto crisbeto left a comment

LGTM with one nit. You'll also have to change the commit message title to be docs(material/table) instead of docs(table) in order for the lint check to pass.


Although Angular Material provides a ready-made table DataSource class, `MatTableDataSource`, you may
want to create your own custom DataSource class for more complex use cases. This can be done by
`extending` the abstract DataSource class with a custom DataSource class that then implements the
Copy link
Member

@crisbeto crisbeto Feb 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need the backticks around "extending" here.

@s4m0r4m4 s4m0r4m4 changed the title docs(table): additional details on table data sources docs(material/table): additional details on table data sources Feb 16, 2021
@s4m0r4m4
Copy link
Contributor Author

@s4m0r4m4 s4m0r4m4 commented Feb 16, 2021

Ok I've addressed those two issues you mentioned, let me know if there's anything else!

@crisbeto crisbeto added docs merge ready merge safe target: patch labels Feb 16, 2021
@mmalerba mmalerba added the commit message fixup label Feb 16, 2021
@mmalerba mmalerba merged commit 5c57c86 into angular:master Feb 16, 2021
12 of 16 checks passed
mmalerba pushed a commit that referenced this issue Feb 16, 2021
Provides additional documentation and clarification on extending the base DataSource class with custom data sources either by extending or implementing.

Fixes #21887

* docs(material/table) removing backticks around "extending"

(cherry picked from commit 5c57c86)
@angular-automatic-lock-bot
Copy link

@angular-automatic-lock-bot angular-automatic-lock-bot bot commented Mar 19, 2021

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes commit message fixup docs merge ready merge safe target: patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants