Skip to content

Commit 67918ff

Browse files
author
Alyar
committed
Hide the DropDownButton item title
1 parent 301ebee commit 67918ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devextreme/js/__internal/grids/grid_core/ai_column/m_ai_column_view.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export const columnHeadersViewExtender = (
6767
showArrowIcon: false,
6868
icon: 'overflow',
6969
stylingMode: 'text',
70+
useItemTextAsTitle: false,
7071
items: this.getDropDownButtonItems(column),
7172
onItemClick: (e: ItemClickEvent): void => {
7273
const { key: actionName } = e.itemData;

0 commit comments

Comments
 (0)