Skip to content

Decrease rendering time for interactive tables #1735

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

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

rich-iannone
Copy link
Member

This PR decreases the time to render an interactive gt table via a more selective definition of colDefs. Only those columns that have one or more formatting directives will have their cells rendered, extracted, and passed on to the interactive table.

Fixes: #1289

@rich-iannone rich-iannone merged commit 694343b into master Jun 27, 2024
11 checks passed
@rich-iannone rich-iannone deleted the opt-interactive-selective-format branch June 27, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make opt_interactive() faster via reactive computing
1 participant