Compare commits

...
3 Commits
Author SHA1 Message Date
Tanner Linsley 35b92567b5 v6.8.2 2018-04-17 15:14:45 -06:00
Tanner Linsley a1f5b462d5 Revert mistaken removal of rt-resizable-header-content div 2018-04-17 15:14:05 -06:00
Tanner Linsley 9e479e4d4c v6.8.1 2018-04-17 12:23:59 -06:00
4 changed files with 17 additions and 5 deletions
+6
View File
@@ -1,3 +1,9 @@
## 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.0",
"version": "6.8.2",
"description": "A fast, lightweight, opinionated table and datagrid built on React",
"license": "MIT",
"homepage": "https://github.com/react-tools/react-table#readme",
+6 -4
View File
@@ -340,10 +340,12 @@ export default class ReactTable extends Methods(Lifecycle(Component)) {
}}
{...rest}
>
{_.normalizeComponent(column.Header, {
data: sortedData,
column,
})}
<div className={classnames(isResizable && 'rt-resizable-header-content')}>
{_.normalizeComponent(column.Header, {
data: sortedData,
column,
})}
</div>
{resizer}
</ThComponent>
)
+4
View File
@@ -78,6 +78,10 @@ input-select-style()
&:last-child
overflow: hidden
.rt-resizable-header-content
overflow: hidden
text-overflow: ellipsis
.rt-header-pivot
border-right-color: #f7f7f7