-
Notifications
You must be signed in to change notification settings - Fork 181
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
Add lazyRender parameter #1158
Add lazyRender parameter #1158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's write lazyRender
to params
only if it's FALSE
, to make the gigantic JSON output a few bytes smaller :) Would that be okay to you?
BTW, please roxygenize the docs via Rd2roxygen::rab(build = FALSE)
. Thanks!
Co-authored-by: Yihui Xie <xie@yihui.name>
Co-authored-by: Yihui Xie <xie@yihui.name>
Co-authored-by: Yihui Xie <xie@yihui.name>
Co-authored-by: Yihui Xie <xie@yihui.name>
@yihui Makes sense. I accepted the changes you made and made the change to only write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks again!
This resolves #1156. It adds the option to have the table render immediately rather than waiting for it to become visible.