Preparing column editor for backend requests, remove simple col editor and reuse one for both cases
This commit is contained in:
@@ -79,7 +79,9 @@
|
||||
ready(function() {
|
||||
app.ColumnEditor('#column-editor', {
|
||||
name: 'columns',
|
||||
initialColumns: {!! old('columns', toJSON($columns)) !!},
|
||||
xColumns: {!! old('columns', toJSON($columns)) !!},
|
||||
newTable: true,
|
||||
doSort: false,
|
||||
})
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user