Skip to content

Fix typo in showWebView#310

Merged
Ikuyadeu merged 1 commit intomasterfrom
fix-showWebView
May 6, 2020
Merged

Fix typo in showWebView#310
Ikuyadeu merged 1 commit intomasterfrom
fix-showWebView

Conversation

@renkun-ken
Copy link
Copy Markdown
Member

What problem did you solve?

Closes #309

(If you have)Screenshot

image

(If you do not have screenshot) How can I check this pull request?

Run the following code and the webview should look like above:

library(knitr)
library(kableExtra)
dt <- mtcars[1:5, 1:4]

# HTML table
kable(dt, format = "html", caption = "Demo Table") %>%
  kable_styling(bootstrap_options = "striped",
    full_width = F) %>%
  add_header_above(c(" ", "Group 1" = 2, "Group 2[note]" = 2)) %>%
  add_footnote(c("table footnote"))

@Ikuyadeu
Copy link
Copy Markdown
Member

Ikuyadeu commented May 6, 2020

Thank you!
LGTM.

@Ikuyadeu Ikuyadeu merged commit 5b6c1fb into master May 6, 2020
@renkun-ken renkun-ken deleted the fix-showWebView branch July 20, 2020 00:32
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.

kableExtra not shown correctly as htmlwidget in webview

2 participants