datatables - How to put filter of renderDataTable at the top in R shiny -


i using renderdatatable in r & shiny present data, filter positioned @ bottom of table. there way put @ top of table? in advance!

btw, can find option list of renderdatatable?

  mainpanel(     tabsetpanel(       tabpanel("table",tableoutput("values")),       tabpanel("tree plot",plotoutput("plot")),       tabpanel("segment data",datatableoutput("obs")) 

i'm not familiar css, can give me advice on how edit css inside r function?

this : how place datatables column filter on top : can css you'll need modify filter @ top.

you can here : https://github.com/rstudio/shiny-examples/blob/master/012-datatables/server.r : how use renderdatatable options , should able see correlation between way options set , options list jquery datatables proper.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -