mirror of
https://github.com/gosticks/react-table.git
synced 2026-02-04 07:42:47 +00:00
Fix: column.getProps().rest props are now applied correctly
This commit is contained in:
parent
c2e935d75b
commit
8dc4caff45
@ -709,8 +709,9 @@ export default class ReactTable extends Methods(Lifecycle(Component)) {
|
||||
width: `${width}px`,
|
||||
maxWidth: `${maxWidth}px`,
|
||||
}}
|
||||
{...tdProps.rest}
|
||||
{...interactionProps}
|
||||
{...tdProps.rest}
|
||||
{...columnProps.rest}
|
||||
>
|
||||
{resolvedCell}
|
||||
</TdComponent>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user