myesn

myEsn2E9

hi
github

ABP: datatable column render as html

columnDefs: [
    {
        title: l('Template.FixedText'),
        data: "fixedText",
        // render as html
        render: (data) => {
            return data;
        }
    },
]
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.