RamiNoodle733 opened a new pull request, #37748:
URL: https://github.com/apache/superset/pull/37748
### Bug description
The DrillDetailTable's pageSize is hardcoded to 50, but the pageSizeOptions
defaults to [5, 15, 25, 50, 100]. This causes issues where users can select
page sizes that don't work properly.
### Fix
Set pageSizeOptions={[PAGE_SIZE]} to only allow the valid page size of 50.
### Issue
Fixes #36267
--
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]