changes
This commit is contained in:
@@ -273,10 +273,13 @@ const showField = async function (field) {
|
||||
width,
|
||||
},
|
||||
component: "datatable/ContextMenu",
|
||||
title: field.name,
|
||||
title: `
|
||||
<span>${field.name}</span>
|
||||
<span class="tag font-normal fs-12 is-primary is-light">${pagedata.setting.name}</span>
|
||||
`,
|
||||
width: "650px",
|
||||
height: "500px",
|
||||
}; //$stripHtml(field.label)
|
||||
};
|
||||
};
|
||||
const getStyle = function (field, record) {
|
||||
let stop = false;
|
||||
|
||||
Reference in New Issue
Block a user