feat(dees-table): add virtualized row rendering for large tables and optimize table rendering performance
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user