fixed-data-table-2
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -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 @@ |
@@ -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 } }, |
@@ -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
614038
13980
106