Allow using whole row for power search

Reviewed By: lblasa

Differential Revision: D49827828

fbshipit-source-id: 93219146ba59074be305eb9a963550223a5abd18
This commit is contained in:
Andrey Goncharov
2023-10-02 08:27:37 -07:00
committed by Facebook GitHub Bot
parent c27f9c7916
commit 010de365fa
4 changed files with 30 additions and 14 deletions

View File

@@ -84,6 +84,7 @@ export type FieldConfig = {
key: string;
label: string;
operators: {[key: string]: OperatorConfig};
useWholeRow?: boolean;
};
export type PowerSearchConfig = {