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

Do not import jquery in shiny apps #183

Merged
merged 3 commits into from
Jun 11, 2023
Merged

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Jun 11, 2023

Closes #181

@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2023

Codecov Report

Merging #183 (7c7c224) into main (dbc66c1) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   97.29%   97.30%   +0.01%     
==========================================
  Files          24       25       +1     
  Lines         849      855       +6     
==========================================
+ Hits          826      832       +6     
  Misses         23       23              
Impacted Files Coverage Δ
itables/javascript.py 94.17% <100.00%> (+0.08%) ⬆️
itables/shiny.py 100.00% <100.00%> (ø)
itables/version.py 100.00% <100.00%> (ø)
tests/sample_python_apps/itables_in_a_shiny_app.py 100.00% <100.00%> (ø)
...le_python_apps/itables_in_a_shiny_app_with_tabs.py 100.00% <100.00%> (ø)
tests/test_documentation_notebooks_run.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mwouts mwouts merged commit 846a7b0 into main Jun 11, 2023
@mwouts mwouts deleted the do_not_import_jquery_in_shiny_apps branch June 11, 2023 12:04
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.

Does itables block rendering of ui elements?
2 participants