RevoGrid Documentation v4.14.10 / ExtraField
Type Alias: ExtraField
ts
type ExtraField: "input" | "datepicker" | (h: HyperFunc<VNode>, config: {
filter: FilterItem;
index: number;
onFocus: () => void;
onInput: (value: any) => void;
placeholder: string;
prop: ColumnProp;
value: any;
}) => VNode | VNode[];