You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when you pass hot-id attribute it doesnt get attached to the core instance of the table. This is really useful to have when there are multiple tables on a sheet. I cant check in code but on my local version of ngHandsontable adding this worked:
if (htSettings.hotId) {
hot.hotId = htSettings.hotId; // add this line 143
hotRegisterer.registerInstance(htSettings.hotId, hot);
}
The text was updated successfully, but these errors were encountered:
Right now when you pass hot-id attribute it doesnt get attached to the core instance of the table. This is really useful to have when there are multiple tables on a sheet. I cant check in code but on my local version of ngHandsontable adding this worked:
The text was updated successfully, but these errors were encountered: