An open API service indexing awesome lists of open source software.

https://github.com/alphagov/table-editor

Table editor for creating complex tables in HTML
https://github.com/alphagov/table-editor

portfolio

Last synced: 29 days ago
JSON representation

Table editor for creating complex tables in HTML

Awesome Lists containing this project

README

        

# Table editor

WYSIWYG HTML editor for complex tables, when Markdown just doesn't cut it.

## Screenshots

![](https://raw.githubusercontent.com/alphagov/table-editor/master/screenshot.png)

## Live examples

- [alphagov.github.io/table-editor](https://alphagov.github.io/table-editor/)

## Nomenclature

- **Complex table**: when a table needs header cells anywhere, merged cells and various classes

## Technical documentation

This is a pure static JavaScript application and can be run in any modern browser. It needs an internet connection for accessing TinyMCE's CDN at least when first loading the page.

### Dependencies

- [TinyMCE](https://www.tinymce.com/) - JS for editor used via their CDN

## Licence

[MIT License](LICENCE)