jrowen / rhandsontable

A htmlwidgets implementation of Handsontable.js
http://jrowen.github.io/rhandsontable/
Other
385 stars 148 forks source link

Can't assign ID to rhandsontable #398

Open lbzr004 opened 3 years ago

lbzr004 commented 3 years ago

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?