ant design table 多列排序,后端返回数据不刷新问题
如图,表格有三列排序,当三列都点了排序后,再返回点击第二列“点击”字段升序排序,后端数据返回显示已更新,但是前端datasource未做重新渲染
代码如下
item.sorter = obj[0]?.sortType ? {
compare: (a: {
codeInit: number; }, b: {
codeInit: number; }) => a<
ant design table 多列排序,后端返回数据不刷新问题
如图,表格有三列排序,当三列都点了排序后,再返回点击第二列“点击”字段升序排序,后端数据返回显示已更新,但是前端datasource未做重新渲染
代码如下
item.sorter = obj[0]?.sortType ? {
compare: (a: {
codeInit: number; }, b: {
codeInit: number; }) => a<