feat(dees-table): add virtualized row rendering for large tables and optimize table rendering performance

This commit is contained in:
2026-04-07 15:56:55 +00:00
parent a1e808345e
commit ac9cc8cfed
4 changed files with 529 additions and 161 deletions

View File

@@ -700,7 +700,8 @@ export const demoFunc = () => html`
<dees-table
id="scrollSmallHeight"
.fixedHeight=${true}
heading1="People Directory (Scrollable)"
.virtualized=${true}
heading1="People Directory (Scrollable, Virtualized)"
heading2="Forced scrolling with many items"
.columns=${[
{ key: 'id', header: 'ID', sortable: true },