fix(handlebars): remove serverPaginationControlSetRow from control pa…#34016
fix(handlebars): remove serverPaginationControlSetRow from control pa…#34016msyavuz merged 3 commits intoapache:masterfrom
Conversation
There was a problem hiding this comment.
Review by Korbit AI
Korbit automatically attempts to detect when you fix issues in new commits.
| Category | Issue | Status |
|---|---|---|
| Remove commented-out code ▹ view | ✅ Fix detected |
Files scanned
| File Path | Reviewed |
|---|---|
| superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx
Outdated
Show resolved
Hide resolved
|
Hi @msyavuz |
msyavuz
left a comment
There was a problem hiding this comment.
Thanks a lot for the pr! I think we can merge this after cleanup. Feel free to continue work on this pr though, you don't need to close this and open another one.
superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controlPanel.tsx
Outdated
Show resolved
Hide resolved
|
@sadpandajoe Processing your ephemeral environment request here. Action: up. More information on how to use or configure ephemeral environments |
|
@sadpandajoe Ephemeral environment spinning up at http://35.92.77.229:8080. Credentials are 'admin'/'admin'. Please allow several minutes for bootstrapping and startup. |
SUMMARY
fix(handlebars): remove serverPaginationControlSetRow from control panel config
This PR removes the
serverPaginationControlSetRowfrom the Handlebars chart control panel configuration to fix pagination UI issues when "SERVER PAGINATION" option is enabled but has no effect.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:


After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION