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.
Here's the relevant code for
<div class="st-table-cell-virtual-wrap" [class.st-sticky]="$index == 0" rxVirtualView [useContainment]="false"> <st-task-row-cell *rxVirtualViewContent class="st-table-cell-wrap" [class.st-sticky]="$index == 0" [cell_index]="$index" > </st-task-row-cell> <div *rxVirtualViewPlaceholder class="st-table-cell st-table-cell-{{ $index }} d-flex align-items-center" [style.width.px]="column.width"></div> </div>
Initially when the table is rendered both *rxVirtualViewContent as well as *rxVirtualViewPlaceholder are not rendered. Here's the screenshot:
Additional info, I am rendering the list through *rxFor
@rx-angular/template": "^19.2.1
Description
Here's the relevant code for
Initially when the table is rendered both *rxVirtualViewContent as well as *rxVirtualViewPlaceholder are not rendered. Here's the screenshot:
Additional info, I am rendering the list through *rxFor
Environment
@rx-angular/template": "^19.2.1