mirror of
https://github.com/gosticks/react-table.git
synced 2026-03-28 16:44:24 +00:00
fix typo in methods.js (#1258)
https://github.com/tannerlinsley/react-table/issues/1257
This commit is contained in:
committed by
Tanner Linsley
parent
410417d067
commit
82cf099d80
@@ -44,7 +44,7 @@ export default Base =>
|
||||
col => col.expander || (col.columns && col.columns.some(col2 => col2.expander))
|
||||
)
|
||||
|
||||
f (expanderColumn && !expanderColumn.expander) {
|
||||
if (expanderColumn && !expanderColumn.expander) {
|
||||
expanderColumn = expanderColumn.columns.find(col => col.expander)
|
||||
}
|
||||
// If we have SubComponent's we need to make sure we have an expander column
|
||||
|
||||
Reference in New Issue
Block a user