mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
feat: conditional formatting improvements in tables (#34330)
This commit is contained in:
@@ -722,6 +722,8 @@ const config: ControlPanelConfig = {
|
||||
label: Array.isArray(verboseMap)
|
||||
? colname
|
||||
: (verboseMap[colname] ?? colname),
|
||||
dataType:
|
||||
colnames && coltypes[colnames?.indexOf(colname)],
|
||||
}))
|
||||
: [];
|
||||
const columnOptions = explore?.controls?.time_compare?.value
|
||||
|
||||
Reference in New Issue
Block a user