Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 36edea0

Browse files
committed
Fix options.customToolbarStart
1 parent e7ab7a4 commit 36edea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/TableToolbar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ class TableToolbar extends React.Component {
230230
)}
231231
</div>
232232
<div className={classes.actions}>
233+
{options.customToolbarStart ? options.customToolbarStart() : false}
233234
{options.search && (
234235
<Tooltip title={search}>
235236
<IconButton

0 commit comments

Comments
 (0)