Add bolirplate for power search integration

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

Reviewed By: LukeDefeo

Differential Revision: D49272248

fbshipit-source-id: ad6d88568f40bd698faed4c3fc0fc55efd93f5f3
This commit is contained in:
Andrey Goncharov
2023-09-19 08:19:25 -07:00
committed by Facebook GitHub Bot
parent 0cdc7d41be
commit de5f9bc32a

View File

@@ -680,6 +680,7 @@ export function DataTable<T extends object>(
}
const mainPanel = (
<Layout.Container grow={props.scrollable} style={{position: 'relative'}}>
{mainSection}
{props.enableAutoScroll && (
<AutoScroller>
<PushpinFilled