Browse Source

Starting work on Advanced Tables documentation

pull/1263/head
Tyler Kelly 6 years ago
parent
commit
60e24316c8
  1. 27
      enterprise/advanced_tables.md
  2. BIN
      images/advtable-sort-columns.png
  3. BIN
      images/advtable-sort-row.png
  4. 18
      plugins/advtable.md

27
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/).

BIN
images/advtable-sort-columns.png

After

Width: 806  |  Height: 567  |  Size: 39 KiB

BIN
images/advtable-sort-row.png

After

Width: 727  |  Height: 794  |  Size: 51 KiB

18
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'
});
```
Loading…
Cancel
Save