<item name="`bodyTmpl`" xsi:type="string">ui/grid/cells/html</item>
the column in ui_component
can output the html
but I don't know how it can do it
and how I can output data with .html file using bodyTmpl?
<item name="`bodyTmpl`" xsi:type="string">ui/grid/cells/html</item>
the column in ui_component
can output the html
but I don't know how it can do it
and how I can output data with .html file using bodyTmpl?
bodyTmpl is the ActionsColumn component
The ActionsColumns component implements a table’s column responsible for displaying and performing a list of record-related actions.
for all component with detail please read magento official documentation