Skip to content

Commit 9048a45

Browse files
author
sulemanof
committed
Restrict hiding the toolbar
1 parent 6d620d8 commit 9048a45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/plugins/vis_type_table/public/components/table_vis_basic.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const TableVisBasic = memo(
156156
pagination={pagination}
157157
sorting={{ columns: sortingColumns, onSort }}
158158
onColumnResize={onColumnResize}
159+
minSizeForControls={1}
159160
/>
160161
</>
161162
);

0 commit comments

Comments
 (0)