codeant-ai-for-open-source[bot] commented on code in PR #43917:
URL: https://github.com/apache/superset/pull/43917#discussion_r3939707854


##########
superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/Styles.ts:
##########
@@ -120,6 +134,10 @@ export const Styles = styled.div<{ isDashboardEditMode: 
boolean }>`
 
     table.pvtTable tbody tr th.pvtRowLabel {
       vertical-align: baseline;
+      position: ${isDashboardEditMode ? 'inherit' : 'sticky'};
+      left: 0;
+      z-index: 1;
+      background-color: ${theme.colorBgBase};
     }

Review Comment:
   ✅ **Customized review instruction saved!**
   
   **Instruction:**
   > Do not flag the fixed `left: 0` positioning for multi-level row headers in 
this styles file; per-column offsets based on rendered widths are intentionally 
deferred to a follow-up.
   
   **Applied to:**
     - 
`superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/Styles.ts`
   
   ---
   💡 *To manage or update this instruction, visit: [CodeAnt AI 
Settings](https://app.codeant.ai/org/settings/learnings)*



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to