🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@npmcorp/pui-react-sortable-table

Package Overview
Dependencies
Maintainers
19
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcorp/pui-react-sortable-table

A React component that provides a table that can be sorted by column

8.5.0
latest
Source
npm
Version published
Weekly downloads
63
6200%
Maintainers
19
Weekly downloads
 
Created
Source

pui-react-sortable-table

A React component that provides a table that can be sorted by column

Pivotal UI React (GitHub, npm) is a collection of React components for rapidly building and prototyping UIs.

This component requires React v0.13

See the Pivotal UI Styleguide for fully rendered examples.

Components

TableHeader

Wrapper for a th

Properties

  • sortable
    • boolean: (defaults to false) indicates whether the table can be sorted by this column;

TableCell

Wrapper for a td

TableRow

Wrapper for a tr

SortableTable

A table that can be sorted by column

var {SortableTable, TableHeader, TableRow, TableCell} = require('

#### Properties

- ``headers``
  - `Array<Object>`: A list of `TableHeader` components


*****************************************

(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.

Keywords

bootstrap

FAQs

Package last updated on 22 Mar 2017

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