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/dist/esm/index.js
CHANGED
|
@@ -2519,7 +2519,7 @@ const IntelliTable = (props) => {
|
|
|
2519
2519
|
}
|
|
2520
2520
|
else if (column.type === ParamType$1.String) {
|
|
2521
2521
|
fullValue = String(value).trim();
|
|
2522
|
-
const noValue = (
|
|
2522
|
+
const noValue = (String(fullValue).trim().length === 0);
|
|
2523
2523
|
visibleValue = (noValue
|
|
2524
2524
|
? (React.createElement(FontAwesomeIcon, { icon: faMinus }))
|
|
2525
2525
|
: fullValue);
|