DT icon indicating copy to clipboard operation
DT copied to clipboard

R Interface to the jQuery Plug-in DataTables

Results 159 DT issues
Sort by recently updated
recently updated
newest added

What's happening: On editing any cell from page 2 or 3 the data table refreshing and moves back to page 1. Also, the editable field gets blank on editing. What...

Hi, There's a new extension which looks nice: [StateRestore](https://datatables.net/extensions/staterestore/). ![DT_StateRestore](https://user-images.githubusercontent.com/4466543/181865117-1b39fd2c-b52a-48d1-b228-92a98faaf7aa.gif) ```r library(DT) library(htmltools) dep

Please see the example below. When switching from `editable = TRUE` to `editable = list(target = "column", disable = list(columns = 1:3))` `input$myDT_cell_edit` is no longer populated after editing a...

With big datasets it can get quite slow to do filters (especially when multiple users are trying to search at the same time). We have a shiny app that we...

Hi! I've been trying to add a final row for a DT table (in a Shiny app) with no success. I think it is a super useful option that would...

enhancement

Hi, I'm trying to format some columns with scientific notation and finding it very difficult. I have been trying to write a short javascript snippet to take advantage of toExponential...

When saving DT to HTML file using htmlWidgets::saveWidget, the FixedColumns options/extension is not maitained. When a search term is entered the columns that were fixed and remained that way in...

This is a feature request to prevent `dt_rows_all` being set to a vector that has one integer for each row in the entire table; instead it should be trimmed to...

enhancement

**Situation:** There are two DT tables with 100 rows each. The second renderDT depends on the value of a selection on the first table. If nothing is selected it exists...

duplicate