justinpark opened a new pull request, #37408:
URL: https://github.com/apache/superset/pull/37408

   
   ### SUMMARY
   During the process of fixing a bug in #36540, unnecessary logic for 
calculating the ResultSet table height was added. As a result, the table height 
does not match the actual content height, making it impossible to view the 
content at the bottom of the table. In the case of ResultTable, the height is 
automatically adjusted using AutoSizer, so if you provide the height via CSS, 
the table will be rendered correctly according to the desired height.
   
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Before:
   <img width="894" height="488" alt="Screenshot_2026-01-23_at_2_45_48 PM" 
src="https://github.com/user-attachments/assets/3a11053d-024a-4ed7-b3d8-7c8680c002a1";
 />
   
   
   After:
   <img width="916" height="508" alt="Screenshot_2026-01-23_at_2_44_06 PM" 
src="https://github.com/user-attachments/assets/cda28674-1e56-4d3d-ae6b-a5ed86b6885d";
 />
   
   
   ### TESTING INSTRUCTIONS
   locally tested
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


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