knitr::opts_chunk$set(echo = TRUE) library(reactable)
reactable( iris[1:30, ], searchable = TRUE, showPageSizeOptions = TRUE, language = reactableLang( searchPlaceholder = "搜索", searchLabel = "搜索", noData = "没有匹配结果", pageSizeOptions = "显示 {rows}", pageInfo = "{rowStart} 至 {rowEnd} 项结果,共 {rows} 项", pagePrevious = "上页", pageNext = "下页", pagePreviousLabel = "", pageNextLabel = "" ) )
{css echo=FALSE}
/* rmarkdown html documents */
.main-container {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.