闪亮:从DataRenderTable中删除记录编号

时间:2017-09-14 23:26:58

标签: r shiny

我的代码如下:

t_af_ts_outcomes <- datatable( data     = cars
                             , options  = list( bFilter       = 0
                                              , bLengthChange = 0
                                              , paging        = F
                                              , info          = F
                                              )

                             )

output$v_af_ts_outcomes <- renderDataTable( t_af_ts_outcomes )

它给出了以下输出: enter image description here

无论如何我可以删除行号吗?

1 个答案:

答案 0 :(得分:1)

rownames = FALSE函数中设置参数datatable()