# quill-better-table A module for better table in Quill, more useful features are supported. There is a list of features below. Thanks [quilljs](https://quilljs.com/) for its awesome extensibility. Hope that quill-better-table could help you. # Online Demo [quill-better-table Codepen Demo](https://codepen.io/soccerloway/pen/WWJowj) # Updated
Replace TableCellLine.tagName from `DIV` to `P`. Using `DIV` to implement TableCellLine led a copy/paste issue: [#50](https://github.com/soccerloway/quill-better-table/issues/50). There are many more similar situations. When the user pastes the DIV tag into the editor, the DIV will be treated as a TableCellLine.
Press Enter to add new lines in the table cell now.
Right-click on table to open context menu, you can see the button.
Right-click on table to open context menu, you can see the button.
Right-click on table to open context menu, you can see the button.
Right-click on table to open context menu, you can see the button.
Dragging over the table cells could select the tableCells surrounded by the highlight borders.
Right-click on table to open context menu, you can see the button.
Dragging lines between the top tool for columns could resize width of columns.
Right-click on table to open context menu, you can see the button.