This is a simple table editor implemented using HTML5 Canvas. Users can edit table content through clicks and right-click menus, including adding rows, deleting rows, and editing cell content.
-
English README: Read the English README
-
Chinese README: 阅读中文README
-
Japanese README: 日本語のREADMEを読む
-
Burmese README: မြန်မာ README ကို ဖတ်ရန်
- Draw tables and display headers and cells
- Show context menu by clicking headers to swap header order
- Enter edit mode by clicking cells
- Show row operation menu by right-clicking cells to add or remove rows
- Open File: Open the
.html
file in a browser. - Edit Headers: Click on a header to show a context menu, where you can swap the header order.
- Edit Cells: Click on a cell to enter edit mode, input content, and press
Enter
to confirm. - Row Operations: Right-click on a cell to show a row operation menu, where you can add or remove rows.
Contributions are welcome. Please follow these steps:
- Fork the project
- Create a new branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a Pull Request
This project is licensed under the MIT License.