mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-16 23:10:17 +00:00
feature: allow minResizeWidth to be set (#1135)
* feature: allow minResizeWidth to be set * fix: add minResizeWidth propType
This commit is contained in:
committed by
tannerlinsley
parent
168a8e3f93
commit
d59d7e4fba
+3
-3
@@ -118,7 +118,7 @@ export default {
|
||||
getFooterProps: PropTypes.func,
|
||||
filterMethod: PropTypes.func,
|
||||
filterAll: PropTypes.bool,
|
||||
sortMethod: PropTypes.func,
|
||||
sortMethod: PropTypes.func
|
||||
})
|
||||
),
|
||||
|
||||
@@ -127,7 +127,7 @@ export default {
|
||||
sortable: PropTypes.bool,
|
||||
resizable: PropTypes.bool,
|
||||
filterable: PropTypes.bool,
|
||||
width: PropTypes.number,
|
||||
width: PropTypes.number
|
||||
}),
|
||||
|
||||
pivotDefaults: PropTypes.object,
|
||||
@@ -165,5 +165,5 @@ export default {
|
||||
LoadingComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
|
||||
NoDataComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
|
||||
ResizerComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
|
||||
PadRowComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element]),
|
||||
PadRowComponent: PropTypes.oneOfType([PropTypes.func, PropTypes.element])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user