antd 列渲染参数代表什么
What antd column render parameters stand for
我是antd新手,一直在想antd的column render函数是怎么工作的,render的参数分别代表什么(text和record)?
你是说 antd table column
吗?
在 table 列中...
record
参数代表 each object of an arr
作为 data
传递到 table 中。您可以使用 record
参数检查并给出 necessary condition
...
在这里查看.. 你可以在这里阅读所有方法..
https://ant.design/components/table/#API
我是antd新手,一直在想antd的column render函数是怎么工作的,render的参数分别代表什么(text和record)?
你是说 antd table column
吗?
在 table 列中...
record
参数代表 each object of an arr
作为 data
传递到 table 中。您可以使用 record
参数检查并给出 necessary condition
...
在这里查看.. 你可以在这里阅读所有方法..
https://ant.design/components/table/#API