Is it possible to fix the first column of a kableextra table?

Hi, I have a large kableextra table, and I'd like to fix the first column, like in excel, to always visualized it.
Is it possible to do that?


I've checked on others sites but I haven't found a possible solution.
Thanks!

kable(data) %>% kable_styling(fixed_thead = TRUE)

should do it.

According to fixed_header option to fix the header column on the left · Issue #419 · haozhu233/kableExtra · GitHub

fixed_thead seems to only work on the row header for now.

Thank you guys for your answers. Nevertheless, I'm trying to fixed for example, the column "Línea".
The header in this case, is fixed by default :thinking:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.