title: Allow comments in your javascript table keywords: Jexcel, spreadsheet, javascript, cell comments, javascript table description: Allow comments in your table spreadsheet. # Spreadsheet comments The javascript 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: ### Source code ```html

```