Antd表-排序不适用于渲染

时间:2018-11-26 12:24:10

标签: reactjs antd

我无法对表中的数据进行排序,因为当我将排序器与渲染功能一起使用时,排序时间仅是一次

{
  title: 'App',
  dataIndex: 'location',
  render: location => location.join(', '),
  sorter: true
}, {
  title: 'Priority',
  dataIndex: 'priority',
  sorter: true
}

列中的排序按钮没有改变,我从表句柄事件函数中得到了相同的数据。我不想在前端编写排序器功能,因为我在后端这样做

1 个答案:

答案 0 :(得分:0)

您可以更新antd-3.11.0版本