1.1.24 • Published 4 years ago
@vanillawc/wc-csv-table v1.1.24
Installation
Installation
npm i @vanillawc/wc-csv-tableImport from NPM
<script type="module" src="node_modules/@vanillawc/wc-csv-table/index.js"></script>Import from CDN
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-csv-table@1/index.js"></script>Demo
Try it on WebComponents.dev
Usage
Attributes
src- load an external CSV fileno-headers- there is no header row
Properties
value- get/set the editor's contentsnoHeaders-no-headersas a property
Basic Usage
<wc-csv-table src="sample.csv"></wc-csv-table>'no-headers' Attribute
Use no-headers if your data doesn't contain row headers
<wc-csv-table src="sample2.csv" no-headers></wc-csv-table>Styling
By default, <wc-csv-table> contains an un-styled <table> element in the lightDOM. That means, it will inherit any global CSS styles present on the site and can be styled directly using CSS.
Contributing
See CONTRIBUTING.md
1.1.23
5 years ago
1.1.22
5 years ago
1.1.24
4 years ago
1.1.21
5 years ago
1.1.19
5 years ago
1.1.20
5 years ago
1.1.18
5 years ago
1.1.17
5 years ago
1.1.16
5 years ago
1.1.15
5 years ago
1.1.14
5 years ago
1.1.13
5 years ago
1.1.12
5 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago