fix injection bugs in table editor

This commit is contained in:
2018-08-12 21:58:42 +02:00
parent b716260a53
commit 7ae41b368e
6 changed files with 13 additions and 26 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
ready(function() {
app.ColumnEditor('#column-editor', {
name: 'columns',
xColumns: {!! old('columns', toJSON($columns)) !!},
xColumns: @json(old_json('columns', $columns)),
newTable: true,
//sortable: false,
})