title: Allow comments in your javascript table keywords: Jexcel, spreadsheet, javascript, cell comments, javascript table description: Allow comments in your table spreadsheet. [Back to Examples](/jspreadsheet/v3/examples "Back to the examples section") # Comments on your javascript spreadsheet The javascript vanilla spreadsheet plugin allows the user to set custom comments for each individual cells. By allowComments in the initialization, the user will be able to add comments in the rigth click contextMenu. ## Manage cell comments programmatically To apply comments via javascript, you can use the methods setComments or getComments, as follow: ```html

```