fix injection bugs in table editor
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user