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

Update index.qmd

parent dee2ca71
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ This table is intended to provide an overview over the different beamtime experi
library(DT)
table <- read.csv('beamtimes.csv')
DT::datatable(table,filter = "top" )
DT::datatable(table,extensions = c('FixedHeader'), filter = 'top', rownames = FALSE, options = list(fixedHeader = TRUE))
```
......
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