deprecated Searchable abstraction
Summary: Since the functionality is now available as part of DataTable, the HoC doesn't seem to be needed as generic abstraction. it is used in handful places outside datatable / datalist, but those can be localized in the future or should datatable / datalist. Reviewed By: fabiomassimo Differential Revision: D28993836 fbshipit-source-id: 3e6da7c7b48348faa0c4f7281868196f5585a065
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f7732ed4fd
commit
df7941e2bc
@@ -144,6 +144,8 @@ function compileRegex(s: string): RegExp | null {
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use DataTabe / DataList instead
|
||||
*
|
||||
* Higher-order-component that allows adding a searchbar on top of the wrapped
|
||||
* component. See SearchableManagedTable for usage with a table.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user