From 1bdb474b79e8fa0cad1a5fc195b4780580b72b79 Mon Sep 17 00:00:00 2001 From: George Moroz Date: Thu, 6 Apr 2023 04:21:12 +0300 Subject: [PATCH] get back the id column --- index.html | 4 ++-- index.qmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f1a05ab..4122049 100644 --- a/index.html +++ b/index.html @@ -106,8 +106,8 @@

Dictionary of Tukita

-
- +
+
diff --git a/index.qmd b/index.qmd index 26a58f8..bea0b3d 100644 --- a/index.qmd +++ b/index.qmd @@ -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"))) ```