Top "Dt" questions

DT is an R package that provides an interface to the JavaScript library DataTables.

DataTable: Hide the Show Entries dropdown but keep the Search box

Is it possible to hide the Show Entries dropdown but keep the Search box in DataTable? I want to always …

datatable dt
R Shiny set DataTable column width

I am trying to set the width of columns in a DataTable rendered in Shiny and am not able to …

r shiny dt
How do I suppress row names when using DT::renderDataTable in R shiny?

As per the explanation in section 2.3 here, I can remove rownames for a datatable by setting rownames = FALSE How do …

r shiny dt
Column alignment in DT datatable

In my shiny app I am using datatable function from DT library to construct a table and want to align …

r shiny dt
Remove 'search' option but leave 'search columns' option

I would like to remove 'global search' option from my application, but leave 'column search' option. Any ideas? I've tried …

r shiny dt
Hide certain columns in a responsive data table using DT package

I am trying to create a responsive data table for my shiny application using DT package. I want to hide …

r shiny dt
changing font size in R DataTables (DT)

Have been trying to change the font size of all text in the tables generated by DT. However, I could …

r formatting r-markdown dt
Convert a column of text URLs into active hyperlinks in Shiny

I am creating a user interface for a pathway enrichment program. The results are shown in a table as shown …

r hyperlink datatables shiny dt
Adding a vertical and horizontal scroll bar to the DT table in R shiny

Please check the data table "Case Analyses Details" on the right. I want to fit the data table within the …

r shiny dt shinyapps
How to hide a column using the DT package - columnDefs parameter doesn't work

I would like to hide a column (col4 in example below) in a dataframe using the DT package. I've incorporated …

shiny dt