We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834122e commit 4528e02Copy full SHA for 4528e02
src/cdk/table/sticky-styler.ts
@@ -156,7 +156,8 @@ export class StickyStyler {
156
}
157
158
159
- // Coalesce with other sticky row updates (top/bottom), sticky columns updates (and potentially other changes like column resize).
+ // Coalesce with other sticky row updates (top/bottom), sticky columns updates
160
+ //(and potentially other changes like column resize).
161
this._coalescedStyleScheduler.schedule(() => {
162
for (let rowIndex = 0; rowIndex < rows.length; rowIndex++) {
163
if (!states[rowIndex]) {
0 commit comments