render dropdown for single column in DT shiny BUT loaded only on cell click and with replaceData()
问题 Goal To have select dropdown in DT datatables not at the building of the datatable but built on cell click, with replaceData() and with the datas on RDBMS (SQL Server). When I click on the selected option of the , for example Ohio I want to set my data (and the RDBMS) with the id 2 . The issue With replaceData() the events of select are unbinded. It strange because only the cells where I've clicked are unbinded. the selected page is lost Update of StateId works (but I cannot click again on if