Skip to content
Snippets Groups Projects
Verified Commit 6af8217b authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling: Committed by GitLab UZH
Browse files

Update Publication_page.qmd

parent ec4087a8
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ joint_codebook <- bind_rows(mouse_codebook, scan_codebook) %>% distinct()
::: {.panel-tabset}
## Mice
```{r}
DT::datatable(mice_used, filter = 'top', rownames = FALSE)
DT::datatable(mice_used, filter = 'top', rownames = FALSE, options = list(fixedHeader = TRUE))
```
......@@ -129,7 +129,7 @@ kable(joint_codebook, format = "markdown")
## Mice and scans info
```{r}
DT::datatable(scans_used, filter = 'top', rownames = FALSE)
DT::datatable(scans_used, filter = 'top', rownames = FALSE, options = list(fixedHeader = TRUE))
```
#### Codebook
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment