0.9.29 • Published 6 days ago

wax-table-service v0.9.29

Weekly downloads
-
License
MIT
Repository
-
Last release
6 days ago

Wax Table package

Wax Table Package is a fork of prosemirror-tables with added Table Caption funcionality

How to use

Editor's config

import { TablesService, tableEditing, columnResizing } from 'wax-table-service';

Styles(preferably in your layout)

import 'wax-table-service/dist/index.css'

Tools

MenuService: [
    {
      templateArea: 'mainMenuToolBar',
      toolGroups: [
        'Tables',
      ],
    },
  ],

ProseMirror Plugins

In case you need tableEditing or columnResizing plugins add the to the array of PmPlugins in your editor's config

 PmPlugins: [
    tableEditing(),
    columnResizing(),
  ],

Start the Service

 services: [
    new TablesService(),
  ]
0.9.29

6 days ago

0.9.27

12 days ago

0.9.28

12 days ago

0.9.24

13 days ago

0.9.25

13 days ago

0.9.26

13 days ago

0.9.22

14 days ago

0.9.16

16 days ago

0.9.17

15 days ago

0.9.18

15 days ago

0.9.19

14 days ago

0.9.20

14 days ago

0.9.21

14 days ago

0.9.13

17 days ago

0.9.14

16 days ago

0.9.15

16 days ago

0.9.12

2 months ago

0.9.11

2 months ago

0.9.10

3 months ago

0.9.9

3 months ago

0.9.8

4 months ago

0.9.7

4 months ago

0.9.6

4 months ago

0.9.5

4 months ago

0.9.4

5 months ago

0.9.3

5 months ago

0.8.23

7 months ago

0.8.22

7 months ago

0.8.25

6 months ago

0.8.24

7 months ago

0.8.21

7 months ago

0.8.20

7 months ago

0.8.27

6 months ago

0.8.26

6 months ago

0.9.0

6 months ago

0.9.2

5 months ago

0.9.1

6 months ago

0.8.19

7 months ago

0.8.18

7 months ago

0.8.17

7 months ago

0.8.16

7 months ago

0.8.15

7 months ago

0.8.14

7 months ago

0.8.13

8 months ago

0.8.12

8 months ago

0.8.11

8 months ago

0.8.10

8 months ago