terra-table

v1.10.0
The terra-table component provides user a way to render data in a tabular format
Cerner Terra terra-table Table UI

compile

npm run compile:clean && npm run compile:build

compile:clean

lerna exec --scope terra-table -- rimraf lib

compile:build

lerna exec --scope terra-table -- babel src --out-dir lib --copy-files

lint

npm run lint:js && npm run lint:scss

lint:js

lerna exec --scope terra-table -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

lint:scss

lerna exec --scope terra-table -- stylelint src/**/*.scss

props-table

props-table ./src/Table.jsx ./src/TableCell.jsx ./src/TableHeader.jsx ./src/TableRow.jsx ./src/TableRows.jsx ./src/TableSubheader.jsx --out-dir ./docs/props-table

test

npm run test:jest && npm run test:nightwatch

test:jest

lerna exec --scope terra-table -- jest ./tests/jest/* --config ../../jestconfig.json

test:nightwatch

lerna exec --scope terra-table -- nightwatch -c ../../nightwatch.conf.js

Metadata

Downloads