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
- Host: GitHub
- URL: https://github.com/alphagov/table-editor
- Owner: alphagov
- License: mit
- Created: 2016-11-03T15:39:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T11:05:05.000Z (over 4 years ago)
- Last Synced: 2025-05-08T22:53:03.664Z (29 days ago)
- Topics: portfolio
- Language: HTML
- Homepage: https://alphagov.github.io/table-editor/
- Size: 23.4 KB
- Stars: 34
- Watchers: 51
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table editor
WYSIWYG HTML editor for complex tables, when Markdown just doesn't cut it.
## Screenshots

## 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)