Options id i snot a number only

This commit is contained in:
Nikola Malovic 2018-12-02 12:29:37 +01:00
parent 26d2add0db
commit 1aa8969874

View File

@ -583,7 +583,7 @@ declare namespace AdazzleReactDataGrid {
declare namespace AdazzleReactDataGridPlugins {
interface AutoCompleteEditorProps {
onCommit?: () => void;
options?: Array<{ id: number; title: string }>;
options?: Array<{ id: any; title: string }>;
label?: any;
value?: any;
height?: number;