mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 20:47:29 +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
|
|
@ -906,6 +906,15 @@ create_overview_datagrid <- function(data) {
|
|||
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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue