Table
@iot-app-kit/table
is a table component built over @awsui/components-react
components providing client-side sorting, property filtering.
Presents data in a two-dimensional table format, arranged in columns and rows in a rectangular form.
Development
Local Setup
Install
npm install
to install dependencies.
Build
In the package folder, run
npm run build
Jest
Jest tests are set up to run with npm run test
.
TypeScript
tsconfig.json
is set up to interpret dom
and esnext
types, as well as react
for jsx
. Adjust according to your needs.