https://github.com/chdh/plain-table
A HTML table controller with virtual rendering
https://github.com/chdh/plain-table
grid table
Last synced: 3 months ago
JSON representation
A HTML table controller with virtual rendering
- Host: GitHub
- URL: https://github.com/chdh/plain-table
- Owner: chdh
- License: mit
- Created: 2019-08-21T19:16:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T19:24:13.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T12:27:51.679Z (over 1 year ago)
- Topics: grid, table
- Language: TypeScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# plain-table - A HTML table controller with virtual rendering
This module is based on the [virtual-grid-layout](https://github.com/chdh/virtual-grid-layout) module
and performs the following tasks:
* Create the main components of the table (content grid, column+row header
grids, top left corner (tlc) header grid, vertical+horizontal scrollbars).
* Draw the grid lines.
* Enable row/column resizing by the user.
* Control the rendering cycle.
**Online demo**: [www.source-code.biz/snippets/typescript/plainTable](http://www.source-code.biz/snippets/typescript/plainTable)
**NPM package**: [plain-table](https://www.npmjs.com/package/plain-table)