Skip to content

Table Plugin

Keep your data organized using tables, with both basic and advanced operations on cells, rows and columns.

Froala rich text editor comes with a special table cell selection feature that offers users the same experience in any browser.

The table edit popup offers an easy and intuitive way to edit the entire table, one or multiple cells.

You can resize the table columns and set each column width to a different value so data inside it looks good.

Use the TAB key to jump through table cells or insert a new row if TAB is pressed in the last table cell.


Add Plugin to your code:

Plugin name: table

Plugin JS Script: ../js/plugins/table.min.js

Or from CDN https://cdn.jsdelivr.net/npm/froala-editor@latest/js/plugins/table.min.js

Plugin CSS link: ../css/plugins/table.min.css


Plugin CSS link https://cdn.jsdelivr.net/npm/froala-editor@latest/css/plugins/table.min.css


Plugin API:

Plugin options
Plugin methods
Plugin events

Example :

● Resize table
● Table Cell Styles
● Table Styles
File: 15759