mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
manual functions for data import
This commit is contained in:
parent
f9c585a5fe
commit
9f828aa4bd
4 changed files with 54 additions and 21 deletions
|
|
@ -226,10 +226,13 @@ create_overview_datagrid <- function(data) {
|
|||
formatter = toastui::JS("function(obj) {return (obj.value*100).toFixed(0) + '%';}")
|
||||
)
|
||||
|
||||
## This could obviously be extended, which will added even more complexity.
|
||||
|
||||
grid <- toastui::grid_filters(
|
||||
grid = grid,
|
||||
columns = "name",
|
||||
showApplyBtn = TRUE,
|
||||
column = "name",
|
||||
# columns = unname(std_names[std_names!="vals"]),
|
||||
showApplyBtn = FALSE,
|
||||
showClearBtn = TRUE,
|
||||
type = "text"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue