mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-07 09:59:05 +00:00
allow rest props from getTfootProps for TfootComponent (#1035)
This commit is contained in:
committed by
Tanner Linsley
parent
9048835bcc
commit
41784cd52d
@@ -771,7 +771,7 @@ export default class ReactTable extends Methods(Lifecycle(Component)) {
|
||||
}
|
||||
|
||||
const makeColumnFooters = () => {
|
||||
const tFootProps = getTfootProps(finalState, undefined, undefined, this)
|
||||
const tFootProps = _.splitProps(getTfootProps(finalState, undefined, undefined, this))
|
||||
const tFootTrProps = _.splitProps(getTfootTrProps(finalState, undefined, undefined, this))
|
||||
return (
|
||||
<TfootComponent
|
||||
|
||||
Reference in New Issue
Block a user