Fix: Tag Interface Delete Button #104256
@ -73,7 +73,12 @@ export default {
|
|||||||
const tag_options = {
|
const tag_options = {
|
||||||
columns: [
|
columns: [
|
||||||
{ title: "Name", field: "name", sorter: "string", editor: "input" },
|
{ title: "Name", field: "name", sorter: "string", editor: "input" },
|
||||||
{ title: "Description", field: "description", sorter: "string" },
|
{
|
||||||
|
title: "Description",
|
||||||
|
field: "description",
|
||||||
|
sorter: "string",
|
||||||
|
editor: "input",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
layout: "fitData",
|
layout: "fitData",
|
||||||
layoutColumnsOnNewData: true,
|
layoutColumnsOnNewData: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user