suyash-bodhane opened a new pull request, #36780: URL: https://github.com/apache/superset/pull/36780
Description. This PR fixes the issue reported in Issue #36267 related to the drill-to-details table. The table always shows 50 rows at a time, but the UI was showing many size options like 5, 15, 25, 50, and 100. When users selected any value other than 50, the table behavior became confusing and sometimes showed empty pages. Problem. The table only works correctly with 50 rows. Other size options were shown in the UI Selecting those options caused: Wrong page behavior Empty or missing data on last pages Confusion for users Solution. Removed all size options except 50. Now users can only select 50 rows. The UI now matches how the table actually works Result. Clear and correct behavior No confusing options Better user experience No change to existing functionality Related Issue Fixes: #36267 Testing Checked drill-to-details table Verified only 50 rows are shown Confirmed page switching works correctly No empty pages appear -- 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]
