DT-Editor
DT-Editor copied to clipboard
Editing using SelectInputs
Hello @jienagu. Thank you creating this amazing DT-Editor! I had a question with regards to the "Edit Modal" part of the shiny app. As of now, all my fields that I want to edit are textInput
but I want some of them to be selectInput
. Is it possible to have the sample dropdown buttons in the "Edit Modal" like you have it in the "Add Row Modal". If so, could you please guide me? Thank you!
Thank you for the feedback, @RoshanPShetty! This might be hard to implement in the edit modal since currently the edit modal is designed to directly modify the original text. But I can try to add this feature. :)