File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/devextreme/js/__internal/grids/grid_core/ai_column Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1- /* eslint-disable @typescript-eslint/no-unused-vars */
21import type { GenerateGridColumnCommandResult , RequestCallbacks } from '@js/common/ai-integration' ;
32import type { Callback } from '@js/core/utils/callbacks' ;
43
@@ -81,14 +80,6 @@ export class AIColumnController extends Controller {
8180 this . addAICommandColumn ( ) ;
8281 }
8382
84- private showResults (
85- columnName : string ,
86- result : string ,
87- cachedData : Record < PropertyKey , string > ,
88- ) : void {
89- // Update the results in the UI or internal state
90- }
91-
9283 public getAIColumns ( ) : Column [ ] {
9384 return this . columnsController . getColumns ( ) . filter ( ( col ) => col . type === 'ai' ) as Column [ ] ;
9485 }
You can’t perform that action at this time.
0 commit comments