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

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.

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.