mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
added filter option to name column on overview
This commit is contained in:
parent
004620cf41
commit
a6416f27ce
3 changed files with 19 additions and 1 deletions
|
@ -224,6 +224,15 @@ create_overview_datagrid <- function(data) {
|
||||||
formatter = toastui::JS("function(obj) {return (obj.value*100).toFixed(0) + '%';}")
|
formatter = toastui::JS("function(obj) {return (obj.value*100).toFixed(0) + '%';}")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
grid <- toastui::grid_filters(
|
||||||
|
grid = grid,
|
||||||
|
columns = "name",
|
||||||
|
showApplyBtn = TRUE,
|
||||||
|
showClearBtn = TRUE,
|
||||||
|
type = "text"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
return(grid)
|
return(grid)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -906,6 +906,15 @@ create_overview_datagrid <- function(data) {
|
||||||
formatter = toastui::JS("function(obj) {return (obj.value*100).toFixed(0) + '%';}")
|
formatter = toastui::JS("function(obj) {return (obj.value*100).toFixed(0) + '%';}")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
grid <- toastui::grid_filters(
|
||||||
|
grid = grid,
|
||||||
|
columns = "name",
|
||||||
|
showApplyBtn = TRUE,
|
||||||
|
showClearBtn = TRUE,
|
||||||
|
type = "text"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
return(grid)
|
return(grid)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ account: agdamsbo
|
||||||
server: shinyapps.io
|
server: shinyapps.io
|
||||||
hostUrl: https://api.shinyapps.io/v1
|
hostUrl: https://api.shinyapps.io/v1
|
||||||
appId: 13611288
|
appId: 13611288
|
||||||
bundleId: 9662237
|
bundleId: 9672132
|
||||||
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
||||||
version: 1
|
version: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue