dce-reactkit 3.2.2-beta.30 → 3.2.2-beta.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -469,7 +469,7 @@ const IntelliTable: React.FC<Props> = (props) => {
|
|
|
469
469
|
title = String(fullValue);
|
|
470
470
|
} else if (column.type === ParamType.String) {
|
|
471
471
|
fullValue = String(value).trim();
|
|
472
|
-
const noValue = (
|
|
472
|
+
const noValue = (String(fullValue).trim().length === 0);
|
|
473
473
|
visibleValue = (
|
|
474
474
|
noValue
|
|
475
475
|
? (
|