I have an issue with comment box. Indeed, in certain condition I only show a readable table. Without any edition possible. However I still can edit the comment in the comment box.
Yes. It’s really hard to admit but new features aren’t coming up as often as bug fixes.
I believe that this change could be possible by accessing the commentEditor (via comments plugin) but after testing some approaches the API doesn’t allow us to do more with the editor that just check its settings.
@luexternaltweyrich
Since read-only comments have not been forthcoming, are you aware that as per my post Block entire Handsontable going hot.updateSettings({ comments: false }); at least switches off comments so they cannot be edited.
It removes comments completely completely, so unfortunately the user cannot see them, but if it’s important that the user must not edit comments in a read-only table it may be preferable to allowing editing.
You may also want some of the other settings there for your read-only Hot, depending on what you have already discovered for yourself.