improve styles and behavior of the col editor, preparing for backend impl

This commit is contained in:
2018-08-10 10:14:23 +02:00
parent ef6e89bab6
commit 81261aba8b
4 changed files with 155 additions and 85 deletions
+1
View File
@@ -81,6 +81,7 @@
name: 'columns',
xColumns: {!! old('columns', toJSON($columns)) !!},
newTable: true,
//sortable: false,
})
});
</script>