-
onColumnItemChange(index, e)}
- class="form-control-plaintext form-control-plaintext-sm"
- value={item.name}
- />
+
+
+ {columns.value.map((item, index) => (
+
+
+
+
+
+
+
-
-
-
removeColumn(index)}>
- x
+
+
+ this.onColumnItemChange(index, e)}
+ class="form-control-plaintext form-control-plaintext-sm"
+ value={item.name}
+ />
+
+
+
+
this.removeColumn(index)}>
+ x
+
+
+ ))}
+
+
+
+
+
+ Actions
+
+
+
+
-
- ))}
-
-
+
+
+
+
+
+ {actions.value.map((action, index) =>
+ this.actionButton(action, index)
+ )}
+
+
+
+
+ {renderEvent(component, eventUpdated, dataQueries, eventOptionUpdated, 'onRowClicked')}
+
+
-
-
Actions
-
-
-
-
-
-
-
-
-
-
- {actions.value.map((action, index) =>
-
- )}
-
-
-
-
- {renderEvent(component, eventUpdated, dataQueries, eventOptionUpdated, 'onRowClicked')}
-
-
-
-
- {renderElement(component, componentMeta, paramUpdated, dataQueries, 'visible', 'properties')}
- {renderElement(component, componentMeta, paramUpdated, dataQueries, 'backgroundColor', 'styles')}
- {renderElement(component, componentMeta, paramUpdated, dataQueries, 'textColor', 'styles')}
-