mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
passing additional arguments and applying pagination
This commit is contained in:
parent
96227d5006
commit
f9c585a5fe
2 changed files with 6 additions and 3 deletions
|
|
@ -173,7 +173,8 @@ server <- function(input, output, session) {
|
|||
rv$data_filtered
|
||||
}),
|
||||
color.main = "#2A004E",
|
||||
color.sec = "#C62300"
|
||||
color.sec = "#C62300",
|
||||
pagination = 20
|
||||
)
|
||||
|
||||
#########
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue