@ks-web-components/ks-table
v1.0.0
Published
The component description goes here. Be concise and keep it under two paragraphs. More detailed sections can be added below if needed.
Downloads
8
Readme
ks-table
The component description goes here. Be concise and keep it under two paragraphs. More detailed sections can be added below if needed.
Usage
npm install @ks-web-components/ks-table
Live Example
Attributes
| Property | Attribute | Type | Default | Description | | -------- | --------- | ------ | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | data | data | array | | The data to load into the table. This should be an array of objects. Each object represents a row in the table, and should contain keys that match the values given in columns.dataField. | | columns | columns | array | | An array of objects that represent the columns to show. Each column object should have at least a dataField. | | settings | settings | object | | An object that contains multiple features to enable or disable in the table. |
Customization variables
| Name | Default | Description | | ---- | ------- | ----------- |
Element API
| Name | Description | | ---- | ----------- |
Events
| Name | type | Description | | ---- | ---- | ----------- |