Skip to content

Commit

Permalink
Merge pull request #1551 from btyler/displaydata-to-customtoolbar
Browse files Browse the repository at this point in the history
added displayedData prop to customtoolbar
  • Loading branch information
patorjk authored Oct 26, 2020
2 parents 1338e13 + b46eca9 commit a879dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TableToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class TableToolbar extends React.Component {
}
/>
)}
{options.customToolbar && options.customToolbar()}
{options.customToolbar && options.customToolbar({ displayData: this.props.displayData })}
</div>
</Toolbar>
);
Expand Down

0 comments on commit a879dc4

Please sign in to comment.