Skip to content

Commit ecfb0ec

Browse files
RaushenRaushen
andauthored
[High] AI Assistant: Can't clear column filter with the Assistant (DevExpress#33820)
Co-authored-by: Raushen <eylau-andrew@mail.ru>
1 parent 176f62e commit ecfb0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devextreme/js/__internal/grids/grid_core/ai_assistant/commands

packages/devextreme/js/__internal/grids/grid_core/ai_assistant/commands/filtering.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export const filterValueCommand = defineGridCommand({
159159

160160
export const clearFilterCommand = defineGridCommand({
161161
name: 'clearFilter',
162-
description: 'Clear all filters',
162+
description: 'Clear all filters. There is no way to clear a filter for an individual column. If the user wants to clear a filter for a specific column, all filters must be cleared.',
163163
schema: z.object({}).strict(),
164164
execute: (component, { success, failure }) => (): Promise<CommandResult> => {
165165
const defaultMessage = 'Clear filter.';

0 commit comments

Comments
 (0)