MallikarjunaReddyN opened a new issue, #43558:
URL: https://github.com/apache/superset/issues/43558

   ### Bug description
   
   In the Drill to detail modal, the virtualized table can render the header 
and body out of sync. The column headers no longer line up with the row values, 
which makes the drill results hard to read and can cause the wrong field name 
to appear above a given column of data.
   
   From the current behavior, this appears in the VirtualTable used inside the 
drill modal when the result set is wide enough to require scrolling and/or 
large enough to paginate. The issue is especially visible after opening a drill 
from a chart and interacting with the table inside the modal.
   
   Actual result:
   The table header and body lose alignment. Header labels do not match the 
visible data columns, and horizontal/virtualized rendering appears offset.
   
   Expected result:
   The header should stay aligned with the body at all times, including after 
the modal opens, after scrolling, and after pagination or resize events
   
   **Steps to reproduce:**
   
   - Open Superset and load the sample dashboard such as “USA Births Names”.
   - Open a chart context menu and select “Drill to detail”.
   - Use a chart and selection that returns many rows and several columns.
   - In the drill modal, scroll horizontally or interact with the paginated 
VirtualTable.
   - Observe that the column headers and body cells are no longer aligned.
   
   ### Screenshots/recordings
   
   <img width="1920" height="945" alt="Image" 
src="https://github.com/user-attachments/assets/8679def5-77f7-4ab9-a8ad-8164bc371b52";
 />
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   3.11
   
   ### Node version
   
   18 or greater
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [x] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [x] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [x] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
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