https://github.com/lcvriend/wc-simple-table
Web component for creating simple (multi-indexed) table from json
https://github.com/lcvriend/wc-simple-table
custom-elements data-tables data-visualization hierarchical-tables multi-level-tables no-dependencies vanilla-javascript web-components
Last synced: over 1 year ago
JSON representation
Web component for creating simple (multi-indexed) table from json
- Host: GitHub
- URL: https://github.com/lcvriend/wc-simple-table
- Owner: lcvriend
- License: gpl-3.0
- Created: 2024-10-02T18:13:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T12:40:28.000Z (over 1 year ago)
- Last Synced: 2025-02-23T07:51:51.109Z (over 1 year ago)
- Topics: custom-elements, data-tables, data-visualization, hierarchical-tables, multi-level-tables, no-dependencies, vanilla-javascript, web-components
- Language: JavaScript
- Homepage: https://lcvriend.github.io/wc-simple-table/
- Size: 430 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# data-viewer
A lightweight vanilla JavaScript web component for displaying structured table data with support for multi-level headers, sections, and formatters.
[Live Demo](https://lcvriend.github.io/wc-simple-table/)
## Features
- Zero dependencies
- Multi-level column/row headers
- Section headers from index levels
- Data type-based formatting
- Customizable styling through attributes and CSS
- Responsive to data changes
- Event handling for cell interactions
## Installation
```html
```
## Basic Usage
```html
```
## Example Output
### Simple table

### Multi-level headers

### Section headers