Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: decrease virtual scroll render throttling to 10ms #1648

Merged
merged 5 commits into from
Aug 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: improve doc comments
ghiscoding authored Aug 23, 2024
commit 769d24175e7c0f1650d5099cd63e94f6664a599a
2 changes: 1 addition & 1 deletion packages/common/src/interfaces/gridOption.interface.ts
Original file line number Diff line number Diff line change
@@ -739,7 +739,7 @@ export interface GridOption<C extends Column = Column> {
*/
sanitizer?: (dirtyHtml: string) => string | TrustedHTML;

/** Defaults to 5, render throttling when using virtual scroll on large dataset */
/** Defaults to 5(ms), render throttling when using virtual scroll on large dataset */
scrollRenderThrottling?: number;

/** CSS class name used when cell is selected */