durban77 commented on issue #36267:
URL: https://github.com/apache/superset/issues/36267#issuecomment-3646243376
> I'm interested in working on this issue. Could you provide more context
about what you're looking for? Any additional details about requirements or
constraints would be helpful.
So the drill to details table has a fixed page size of 50 rows per page.
Somehow, a page size selector appeared near the page picker part. It is
misleading, because you cannot really change the page size, it is a fixed
value. One solution (1) is to hide that component through css, one solution (2)
is to have only the valid 50 option and there might be a solution (3) to make
page size of 50 alterable by the user. First (1) and second option (2) is
working, but more like a temporary fix.
By not fixing it, the user can set the page size
- bigger than 50, which appear as a bug that only 50 rows are displayed and
the paging is still 50.
- less than 50, which appear as a bug that nonexisting pages appear and
switching to the last page will be empty or a database query error (depending
on the db engine)
So I've applied a quick fix for it (1) on my instance and shared my solution
(2) as a PR for others.
But I think the community would like the proper (3) solution for this.
--
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]