Hi, I am aiming to assign an ID to dynamically generated rhandsontable through renderUI/uiOutput.
Since it's not rendered using an output$ element, it's ID is unknown - however the table is not retaining the ID assigned at creation which can then be used to refer to the base table
(I am assuming this is feasible as per this link - https://handsontable.com/docs/angular-custom-id/)
Here's the format i'm using
rhandsontable(mtcars, id = 'this_ID_assigned_at_creation')
Can you kindly assist with if I need to change anything or it's an issue that needs to be fixed?
Hi, I am aiming to assign an ID to dynamically generated rhandsontable through renderUI/uiOutput. Since it's not rendered using an output$ element, it's ID is unknown - however the table is not retaining the ID assigned at creation which can then be used to refer to the base table (I am assuming this is feasible as per this link - https://handsontable.com/docs/angular-custom-id/)
Here's the format i'm using rhandsontable(mtcars, id = 'this_ID_assigned_at_creation')
Can you kindly assist with if I need to change anything or it's an issue that needs to be fixed?