@ks-web-components/ks-table
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

ks-table

The component description goes here. Be concise and keep it under two paragraphs. More detailed sections can be added below if needed.

npm npm bundle size

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

<style> table { width: 100%; } </style>

Readme

Keywords

none

Package Sidebar

Install

npm i @ks-web-components/ks-table

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

11.2 kB

Total Files

8

Last publish

Collaborators

  • kleeen_devops