Skip to content

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[];

Defined in

src/plugins/filter/filter.types.ts:21