https://github.com/kanryu/canvas-datagrid2
Another canvas-datagrid implemented in TypeScript.
https://github.com/kanryu/canvas-datagrid2
Last synced: over 1 year ago
JSON representation
Another canvas-datagrid implemented in TypeScript.
- Host: GitHub
- URL: https://github.com/kanryu/canvas-datagrid2
- Owner: kanryu
- License: mit
- Created: 2022-03-21T11:46:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T16:11:50.000Z (over 4 years ago)
- Last Synced: 2025-02-10T03:26:51.139Z (over 1 year ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# canvas-datagrid2
Another canvas-datagrid implemented in TypeScript.
## Summary
This project is a technical attempt to completely redevelop canvas-datagrid.
https://github.com/TonyGermaneri/canvas-datagrid
## Concept
Have:
- implemented by TypeScript.
- simple unit test.
- several simply classified renderers
- implementation for vertialAlign, horizontalAlign, nowrap, wrapText.
- nowrap text can overwap onto righter cells
Not have:
- user interface
- frame(scroll bars)
- row/column headers
- custom borders
- united cells
## Live Sample
https://kanryu.github.io/canvas-datagrid2/
Copyright © 2022 KATO Kanryu All rights reserved.