Hi,
I noticed that filterValues in IConfig interface is not optional, but documentation states it should be (and I agree 😅):
export interface IConfig {
data?: IRow[];
sortMarks?: ISortMarks;
selectedRows?: TID[];
dynamic?: TDynamicConfig;
sizes?: ISizeConfig;
split?: {
left?: number;
};
tree?: boolean;
undo?: boolean;
select?: TSelect;
reorder?: boolean;
filterValues: IFilterValues;
}
Is this correct please?
Lubos
Hi,
I noticed that filterValues in IConfig interface is not optional, but documentation states it should be (and I agree 😅):
Is this correct please?
Lubos