geido commented on code in PR #22115:
URL: https://github.com/apache/superset/pull/22115#discussion_r1021674109
##########
superset-frontend/src/components/TableView/TableView.tsx:
##########
@@ -49,6 +49,7 @@ export interface TableViewProps {
isPaginationSticky?: boolean;
showRowCount?: boolean;
scrollTable?: boolean;
+ scrollTopOnPagination?: boolean;
Review Comment:
I agree @michael-s-molina that this should be a standard behaviour. However,
I believe it makes more sense to validate that for the new component being
built by @eric-briscoe rather than changing all the tables right now which may
cause unwanted behaviours.
--
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]