Skip to content

Commit

Permalink
get back the id column
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolamz committed Apr 6, 2023
1 parent 0c62961 commit 1bdb474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ read_csv("data/data.csv", show_col_types = FALSE) %>%
colnames = c("", "tooltip", "additional_forms", "meaning", "context", "id", "Russian", "English", "orthography", "transcription", "pos"),
options = list(pageLength = 10, dom = 'top',
columnDefs = list(
list(visible = FALSE, targets = c(1, 2, 3, 4, 5)),
list(visible = FALSE, targets = c(1, 2, 3, 4)),
list(orderable = FALSE, className = 'details-control', targets = 0))),
callback = JS(readLines("plus.js")))
```

0 comments on commit 1bdb474

Please sign in to comment.