Skip to content

Commit

Permalink
Restrict hiding the toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof committed Dec 9, 2020
1 parent 6d620d8 commit 9048a45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export const TableVisBasic = memo(
pagination={pagination}
sorting={{ columns: sortingColumns, onSort }}
onColumnResize={onColumnResize}
minSizeForControls={1}
/>
</>
);
Expand Down

0 comments on commit 9048a45

Please sign in to comment.