New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thevelops/tv-table

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thevelops/tv-table

A React table component

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

tv-table

A ready-to-use table component

// install
npm i -S @thevelops/tv-table

How to

Example here.

Components

Docs

Table

import Table from "@thevelops/tv-table/dist/Table";
@import "path/to/node_modules/@thevelops/tv-table/dist/Table/style";
FieldTypeDescription
headItemsarray(required) array of head items
headOptionsarrayarray of head options
classNamestring
withCheckBoxbooldefault: false
Head Items
FieldTypeDescription
idstring(required)
labelstring or object
onClickfunc
Head Options
FieldTypeDescription
classNamestring
onChangefunconChange method for the check box. Required when withCheckBox is true.
checkedboolchecked state for the check box. Required when withCheckBox is true.

Table Row

import TableRow from "@thevelops/tv-table/dist/TableRow";
@import "path/to/node_modules/@thevelops/tv-table/dist/TableRow/style";
FieldTypeDescription
idstring(required)
dataarray(required)
classNamestring
onClickfunc
checkboxOptionsobjectrequired when withCheckBox is true
chekboxOptions
FieldTypeDescription
checkedboolrequired
onChangefuncrequired

Development

For delevepment checkout this section.

FAQs

Package last updated on 03 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc