Working proposal apply code, fixed schema (need reset - artisan migrate:fresh)
This commit is contained in:
@@ -4,7 +4,7 @@ Complex animated column editor for the table edit page
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<input type="hidden" :name="name" :value="JSON.stringify(columns)" v-if="!newTable">
|
||||
<input type="hidden" :name="name" :value="JSON.stringify(columns)" v-if="newTable">
|
||||
|
||||
<div :class="newTable ? ['col-md-12', 'mt-3'] : []">
|
||||
<table :class="[
|
||||
|
||||
Reference in New Issue
Block a user