docs(cdk/table): document fixedLayout and recycleRows#21926
docs(cdk/table): document fixedLayout and recycleRows#21926amysorto merged 1 commit intoangular:masterfrom
Conversation
src/cdk/table/table.md
Outdated
| sorting and pagination. | ||
|
|
||
| ##### `fixedLayout` | ||
| Enabling this option will enforce uniform column widths and optimize the rendering of sticky |
There was a problem hiding this comment.
We should mention that this option only applies to native <table> elements and not to the flexbox-based <cdk-table>.
Would it also be possible to expand on this explanation a bit with details on why this is valuable for optimizing sticky elements?
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
caff051 to
a5b2603
Compare
a5b2603 to
8e6875a
Compare
8e6875a to
6e17de4
Compare
(cherry picked from commit 4a32707)
|
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. |
Documents
fixedLayoutandrecycleRowsdirectives for theCdkTable.