mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 20:40:17 +00:00
@@ -192,12 +192,10 @@ const useInstanceBeforeDimensions = instance => {
|
||||
state: { columnResizing },
|
||||
} = instance
|
||||
|
||||
getHeaderProps.push(() => {
|
||||
return {
|
||||
style: {
|
||||
position: 'relative',
|
||||
},
|
||||
}
|
||||
getHeaderProps.push({
|
||||
style: {
|
||||
position: 'relative',
|
||||
},
|
||||
})
|
||||
|
||||
const getInstance = useGetLatest(instance)
|
||||
|
||||
Reference in New Issue
Block a user