Hide filter buttons

Summary: Doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU/edit#heading=h.pg8svtdjlx7

Reviewed By: LukeDefeo

Differential Revision: D49276686

fbshipit-source-id: 5bfea4b7ef87b8d71aa4cb5a1dc3f9a94ea420f0
This commit is contained in:
Andrey Goncharov
2023-09-19 08:19:25 -07:00
committed by Facebook GitHub Bot
parent 9dbd6f7732
commit bad3dfa20a

View File

@@ -613,6 +613,7 @@ export function DataTable<T extends object>(
? 0
: 15 /* width on MacOS: TODO, determine dynamically */
}
isFilterable={false}
/>
)}
</Layout.Container>