Allow using whole row for power search
Reviewed By: lblasa Differential Revision: D49827828 fbshipit-source-id: 93219146ba59074be305eb9a963550223a5abd18
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c27f9c7916
commit
010de365fa
@@ -84,6 +84,7 @@ export type FieldConfig = {
|
||||
key: string;
|
||||
label: string;
|
||||
operators: {[key: string]: OperatorConfig};
|
||||
useWholeRow?: boolean;
|
||||
};
|
||||
|
||||
export type PowerSearchConfig = {
|
||||
|
||||
Reference in New Issue
Block a user