oa-componentbook 0.18.243 → 0.18.244
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.
|
@@ -118,7 +118,7 @@ function CustomTable(_ref) {
|
|
|
118
118
|
return false;
|
|
119
119
|
};
|
|
120
120
|
const getContentToBeRender = (columnsData, row) => {
|
|
121
|
-
if (columnsData.dataIndex) {
|
|
121
|
+
if (columnsData.dataIndex && row[columnsData.dataIndex]) {
|
|
122
122
|
return row[columnsData.dataIndex];
|
|
123
123
|
}
|
|
124
124
|
if (columnsData.render) {
|