Skip to content

Commit 2b5c49f

Browse files
authored
Merge pull request #159 from RE-QDA/log-rows
Hide row numbers in log
2 parents d790dfe + 7e9c445 commit 2b5c49f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: requal
22
Title: Shiny Application for Computer-Assisted Qualitative Data Analysis
3-
Version: 1.1.3.9001
3+
Version: 1.1.3.9002
44
Authors@R:
55
c(
66
person(given = "Radim",
@@ -64,7 +64,7 @@ Imports:
6464
viridisLite
6565
Encoding: UTF-8
6666
LazyData: true
67-
RoxygenNote: 7.2.3
67+
RoxygenNote: 7.3.2
6868
Suggests:
6969
rmarkdown,
7070
knitr,

R/mod_reporting.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ mod_reporting_server <- function(id, glob) {
9090
filter = "top",
9191
extensions = c("Buttons"),
9292
options = dt_options(),
93-
class = "display"
93+
class = "display",
94+
rownames = FALSE
9495
)
9596
})
9697
})

0 commit comments

Comments
 (0)