Skip to content

Commit 1e7c1d5

Browse files
committed
Redraw table if it already exists
1 parent 4bd7b2e commit 1e7c1d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/src/legacy/attributeTable.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,6 +1594,10 @@ var lizAttributeTable = function() {
15941594
return false;
15951595

15961596
});
1597+
} else {
1598+
// Table already created, just redraw it
1599+
const table = new DataTable(aTable);
1600+
table.draw();
15971601
}
15981602

15991603
// Check editable features

0 commit comments

Comments
 (0)