mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
* npm install react-pivottable * Initiate Pivot Table Migration * Update renderer with editor options * Clean up * Remove old pivottable from package.json * Test Percy Snapshot with Pivot Table in a Dashboard * Tmp: use cy.wait to make sure dashboard is loaded * Clean up Percy snapshot test * Small improvements - cy.all with multiple args - add controls to pivot valid options * Watch for options in the Renderer
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
.pivot-table-visualization-container > table,
|
|
.visualization-renderer > .visualization-renderer-wrapper {
|
|
overflow: auto;
|
|
}
|