Compare commits

..
1 Commits
Author SHA1 Message Date
Tanner Linsley b032c9ffa7 v6.8.1 2018-04-17 12:23:46 -06:00
4 changed files with 5 additions and 18 deletions
-6
View File
@@ -1,9 +1,3 @@
## 6.8.1
#### Fixes & Optimizations
* Updated eslint and code formatting
## 6.7.5
#### Fixes & Optimizations
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "6.8.3",
"version": "6.8.1",
"description": "A fast, lightweight, opinionated table and datagrid built on React",
"license": "MIT",
"homepage": "https://github.com/react-tools/react-table#readme",
+4 -6
View File
@@ -340,12 +340,10 @@ export default class ReactTable extends Methods(Lifecycle(Component)) {
}}
{...rest}
>
<div className={classnames(isResizable && 'rt-resizable-header-content')}>
{_.normalizeComponent(column.Header, {
data: sortedData,
column,
})}
</div>
{_.normalizeComponent(column.Header, {
data: sortedData,
column,
})}
{resizer}
</ThComponent>
)
-5
View File
@@ -78,10 +78,6 @@ input-select-style()
&:last-child
overflow: hidden
.rt-resizable-header-content
overflow: hidden
text-overflow: ellipsis
.rt-header-pivot
border-right-color: #f7f7f7
@@ -123,7 +119,6 @@ input-select-style()
border-right:0
.rt-expandable
cursor: pointer
text-overflow: clip
.rt-tr-group
flex: 1 0 auto
display: flex