Add: Change: live column add and remove

This commit is contained in:
Cutls
2019-08-14 00:40:21 +09:00
parent 77342206b1
commit ffcecf38c8
10 changed files with 99 additions and 28 deletions

View File

@@ -492,7 +492,7 @@ function multiSelector(parseC) {
}
$('select').formSelect();
if(!parseC){
parseColumn(true);
parseColumn(null, true);
}
}