-
-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
Description
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
Environment
@rx-angular/template": "^19.2.1
Metadata
Metadata
Assignees
Labels
No labels