diff --git a/app/client/src/components/designSystems/appsmith/Table.tsx b/app/client/src/components/designSystems/appsmith/Table.tsx index 6be5ba72f1..3461c92d35 100644 --- a/app/client/src/components/designSystems/appsmith/Table.tsx +++ b/app/client/src/components/designSystems/appsmith/Table.tsx @@ -151,7 +151,11 @@ export const Table = (props: TableProps) => { />
-
+
{headerGroups.map((headerGroup: any, index: number) => (
- props.height - - props.tableSizes.TABLE_HEADER_HEIGHT - - props.tableSizes.COLUMN_HEADER_HEIGHT - - 9}px; .tr { width: 100%; } @@ -104,6 +96,11 @@ export const TableWrapper = styled.div<{ line-height: ${props => props.tableSizes.ROW_HEIGHT}px; padding: 0 10px; } + .thead { + position: sticky; + top: 0; + z-index: 1; + } } .draggable-header, .hidden-header {