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

fixed-data-table-2

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixed-data-table-2 - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

7

docs/api/TableAPI.md

@@ -71,2 +71,9 @@ <!-- File generated from "src/FixedDataTable.react.js" -->

### `className`
Class name to be passed into parent container
type: `string`
### `maxHeight`

@@ -73,0 +80,0 @@

7

internal/FixedDataTable.react.js

@@ -114,2 +114,7 @@ /**

/**
* Class name to be passed into parent container
*/
className: PropTypes.string,
/**
* Maximum pixel height of table. If all rows do not fit,

@@ -552,3 +557,3 @@ * a vertical scrollbar will appear.

{
className: joinClasses(cx('fixedDataTableLayout/main'), cx('public/fixedDataTable/main')),
className: joinClasses(this.state.className, cx('fixedDataTableLayout/main'), cx('public/fixedDataTable/main')),
onWheel: this._wheelHandler.onWheel,

@@ -555,0 +560,0 @@ style: { height: state.height, width: state.width } },

2

internal/FixedDataTableRoot.js

@@ -26,3 +26,3 @@ /**

FixedDataTableRoot.version = '0.6.4';
FixedDataTableRoot.version = '0.6.5';
module.exports = FixedDataTableRoot;
{
"name": "fixed-data-table-2",
"version": "0.6.4",
"version": "0.6.5",
"description": "A React table component designed to allow presenting thousands of rows of data.",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -1,4 +0,7 @@

Fixed Data Tables for React
Fixed Data Table 2 for React
====================================
### Fixed-Data-Table-2 is a continuation of [facebook/fixed-data-table](https://github.com/facebook/fixed-data-table). The original repo is no longer maintained and has many pull requests awaiting response.
FixedDataTable is a React component for building and presenting data in a flexible, powerful way. It supports standard table features, like headers, columns, rows, header groupings, and both fixed-position and scrolling columns.

@@ -5,0 +8,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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