The role of the render attribute of columns in antd Table components

The render attribute of

columns can process the DataSource data, render a returned element, or put an element directly in the DataSource data. What"s the difference between them?
wants to insert an element into each item in the table and stick to it that way.

Jun.16,2021

render: (text, record, index) = > {}

document definition:

render @return/

complex operation render

Menu