I am trying to create a shiny app to modify a input csv file table and modify just one column value, with a given dropdown list.
I tried DT, which does not essentially provide a dropdown list to update the table, but DT reacts and renders really fast. and I tried rhandsontable, which performs EXTREMELY slow when it is rendering the updated table, I was stuck.
I read about some other package, like DTedit, but it seems to not be included in CRAN and I got difficulties when I tried to download it from github.
May I ask is there any thoughts regarding my needs? Thank you in advance, sincerely.