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

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

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)