Skip to content

Commit

Permalink
release dates
Browse files Browse the repository at this point in the history
  • Loading branch information
jarochi committed Aug 1, 2024
1 parent 970d0e8 commit ceea720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ datatable(dat, extensions = c('Buttons', 'FixedColumns', 'FixedHeader', 'ColReor
formatStyle(c("Database"),
backgroundColor = '#d6edff') %>%
formatStyle(c("Current status"),
backgroundColor = styleEqual(c("Active", "Non-active"), c('#d6edff', 'gray'), default = '#d6edff')) %>%
backgroundColor = styleEqual(c("Active", "Non-active"), c('#d6edff', '#d3d3d3'), default = '#d6edff'), color = "black") %>%
formatStyle(c("Last updated"),
backgroundColor = styleEqual(c(NA, ""), c('gray', 'gray'), default = '#d6edff'))
backgroundColor = styleEqual(c(NA, "NA"), c('#d3d3d3', '#d3d3d3'), default = '#d6edff'), color = "black")
```
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.12.1/css/jquery.dataTables.css">
Expand Down
Loading

0 comments on commit ceea720

Please sign in to comment.