mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: conditional formatting improvements in tables (#34330)
This commit is contained in:
@@ -726,7 +726,6 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
const {
|
||||
key,
|
||||
label: originalLabel,
|
||||
isNumeric,
|
||||
dataType,
|
||||
isMetric,
|
||||
isPercentMetric,
|
||||
@@ -771,7 +770,6 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
const { truncateLongCells } = config;
|
||||
|
||||
const hasColumnColorFormatters =
|
||||
isNumeric &&
|
||||
Array.isArray(columnColorFormatters) &&
|
||||
columnColorFormatters.length > 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user