- {comp.children.data.propertyView({
- label: dataLabel,
+ {["logic", "both"].includes(editorModeStatus) && (
+
+ {controlItem(
+ { filterText: dataLabel },
+
+ {comp.children.data.propertyView({
+ label: dataLabel,
+ })}
+
+ )}
+
+ )}
+
+ {["layout", "both"].includes(editorModeStatus) && (
+
+ {columnPropertyView(comp)}
+
+ )}
+
+ {["logic", "both"].includes(editorModeStatus) && (
+ <>
+
+ {comp.children.onEvent.getPropertyView()}
+ {comp.children.selection.getPropertyView()}
+ {hiddenPropertyView(comp.children)}
+ {loadingPropertyView(comp.children)}
+
+
+
+ {comp.children.toolbar.getPropertyView()}
+
+ >
+ )}
+
+ {["layout", "both"].includes(editorModeStatus) && (
+ <>
+
+ {comp.children.size.propertyView({
+ label: trans("table.tableSize"),
+ radioButton: true,
})}
-
- )}
-