diff --git a/enterprise/advanced_tables.md b/enterprise/advanced_tables.md new file mode 100644 index 000000000..3120f2f79 --- /dev/null +++ b/enterprise/advanced_tables.md @@ -0,0 +1,27 @@ +--- +layout: default +title: Advanced Tables plugin +title_nav: Advanced Tables +description: +keywords: sort tables advanced advtable +--- + +![]({{ site.baseurl }}/images/advtable-sort-columns.md) +![]({{ site.baseurl }}/images/advtable-sort-row.md) + +### Getting started + +#### Creating an account + +To try out **Advanced Tables** and Tiny Cloud-delivered editor, the first step is to create a free [Tiny account](https://www.tiny.cloud/download/). + +The free user account is provisioned with a free 30-day trial of all Tiny [premium plugins](https://apps.tiny.cloud/product-category/tiny-cloud-extensions/), with no credit card information or commitment required. + + +### Buy TinyMCE Advanced Tables + +Start with this \[dedicated product page](https://apps.tiny.cloud/products/checklist/) to see all the flexible pricing options. OEM and enterprise customers should [contact sales directly](https://www.tiny.cloud/contact/). + +For more information on **Advanced Tables** refer to the full [documentation]({{site.baseurl}}/plugins/checklist/). + +There is also a demo provided to explore the **Advanced Tables** capabilities [here]({{site.baseurl}}/demo/checklist/). diff --git a/images/advtable-sort-columns.png b/images/advtable-sort-columns.png new file mode 100644 index 000000000..052dd7cf4 Binary files /dev/null and b/images/advtable-sort-columns.png differ diff --git a/images/advtable-sort-row.png b/images/advtable-sort-row.png new file mode 100644 index 000000000..d6d4e2ef7 Binary files /dev/null and b/images/advtable-sort-row.png differ diff --git a/plugins/advtable.md b/plugins/advtable.md new file mode 100644 index 000000000..c13a3854e --- /dev/null +++ b/plugins/advtable.md @@ -0,0 +1,18 @@ +--- +layout: default +title: Advanced table plugin +title_nav: Advanced table +description: +keywords: advtable premium +--- + +The `advtable` plugin extends the core [`table` plugin]({{site.baseurl}}/plugins/table/) by adding sort options for rows and columns. + +Contextual menus and Table menu item + +```js +tinymce.init({ + plugins: 'table advtable', + menubar: 'table' +}); +``` \ No newline at end of file