Skip to content

Commit

Permalink
T1272535: DataGrid - fix base sensitivity search in lookup column
Browse files Browse the repository at this point in the history
  • Loading branch information
CORP\vladimir.bushmanov committed Jan 29, 2025
1 parent 7551aca commit afabbf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5417,6 +5417,7 @@ declare module DevExpress.data {
expand?: Array<string> | string;
filter?: FilterDescriptor | Array<FilterDescriptor>;
group?: GroupDescriptor<TItem> | Array<GroupDescriptor<TItem>>;
langParams?: LangParams;
map?: (dataItem: TStoreItem) => TMappedItem;
onChanged?: (e: { readonly changes?: Array<TMappedItem> }) => void;
onLoadError?: (error: { readonly message?: string }) => void;
Expand Down

0 comments on commit afabbf1

Please sign in to comment.