Skip to content
Snippets Groups Projects
Commit e2d3931b authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon: Committed by Benjamin Ulrich
Browse files

Attribute refresh treetable after insert

parent 5329b13a
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ var values = [
rowdata["SORTING.value"] || ""
];
db.insertData("AB_ATTRIBUTE", columns, null, values);
\ No newline at end of file
db.insertData("AB_ATTRIBUTE", columns, null, values);neon.refreshAll();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment