Relative Content

Tag Archive for rdatatabledashboarddt

How to Create an Editable DataTable in Shiny with Tooltips and Always-Visible Input Fields?

I would like to display a data table in an R Shiny dashboard using DT, where the user can enter measurement values in the “Value” column. All other columns should not be editable. The “Tooltip” column should not be displayed but should appear as a tooltip when the user hovers over a value in the “Param” column. Then, the process of entering a value in the “Value” column should work without needing to double-click on the cell. Is it possible to have the input field permanently displayed by default in all cells of the “Value” column?