codeant-ai-for-open-source[bot] commented on PR #37174:
URL: https://github.com/apache/superset/pull/37174#issuecomment-3855368266
## **Sequence Diagram**
The PR makes pagination stickiness configurable on SingleQueryResultPane and
disables sticky pagination in the DrillBy modal so table rows do not overlap
pagination controls in confined modal heights.
```mermaid
sequenceDiagram
participant User
participant DrillByModal
participant SingleQueryResultPane
participant TableView
User->>DrillByModal: Open "Drill by" on a chart
DrillByModal->>SingleQueryResultPane: Render results
(isPaginationSticky=false)
SingleQueryResultPane->>TableView: Render table with non-sticky
pagination
TableView-->>DrillByModal: Pagination rendered at bottom (no overlap)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]