mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
- Added possibility to select visible columns and reordering - Added formatting options as in Table visualization - Set default alignment to left
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Visualizations -> Table -> Columns -> Text Editor Enables HTML content 1`] = `
|
|
Object {
|
|
"allowHTML": true,
|
|
}
|
|
`;
|
|
|
|
exports[`Visualizations -> Table -> Columns -> Text Editor Enables highlight links option 1`] = `
|
|
Object {
|
|
"highlightLinks": true,
|
|
}
|
|
`;
|