1
<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?

EdChum
  • 376,765
  • 198
  • 813
  • 562
Gaen
  • 11
  • 3

1 Answers1

1

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

Magento Documentation

HaFiz Umer
  • 167
  • 9