kableExtra icon indicating copy to clipboard operation
kableExtra copied to clipboard

Construct Complex Table with knitr::kable() + pipe.

Results 172 kableExtra issues
Sort by recently updated
recently updated
newest added

First, thank you for this great package! **Describe the bug** Starting with kableExtra 1.2.1 errors are received when creating a PDF via LaTeX and including `kable_styling(latex_options = "striped")` after `cell_spec(align...

I keep running into error messages when I try to save my Kable output as pdf using save_kable(). I followed the warning and installed phantomJS and put it under PATH...

After a bit more digging for #630, I found a culprit: the `svglite` (pre-2) package had some scaling side-effects. Background: when I upgraded from `kableExtra-1.3.1` to `kableExtra-1.3.2`, a report that...

Thanks again for `kableExtra`, I'm using it weekly on dozens of reports! I recently upgraded a woefully out-of-date (pre-1.3.1) installation to 1.3.4, and one of my reports changed (aesthetically, no...

# Describe the bug Passsing the `responsive` bootstrap styling option to `kable_styling()` adds a border around the table. # To Reproduce ## Code for example table ``` library(tidyverse) library(knitr) library(kableExtra)...

sim_double_escape() only doubles the first set of backslashes, causing raw tex to show up in tables. For example: ``` kableExtra:::sim_double_escape("$\\mathrm{\\textrm{C}_{\\textrm{max}} \\textrm{ } \\textrm{(ng/mL)}}$") # [1] "$\\\\mathrm{\\textrm{C}_{\\textrm{max}} \\textrm{ } \\textrm{(ng/mL)}}$" ```...

## Description I posted this yesterday as a JupyterLab issue (https://github.com/jupyterlab/jupyterlab/issues/10290#issue-901554910), but I thought I should post it here as well. I don't think this is a Kable problem, but...

# Report bug I tried to refer to [Is it possible to change the hover colour in kableExtra?](https://stackoverflow.com/a/49429306/3806250), but unable to hover with color ```css .table-hover > tbody > tr:hover...

When using `kable_styling(latex_options = "striped")` along with `linesep = "\\addlinespace"` in `kbl()`, the additional space between lines are all white. This makes gray rows appear thinner than white rows. I'm...

wontfix

These are basically two feature request, but on the same argument in `kable`. 1 - I would find it neat if the argument would take named vectors, in order to...