使用datatable动态添加的顺序与存储的顺序不一致

原因是datatable在展示数据的时候帮助我们排序了

将其禁止排序即可:"ordering":false

猜你喜欢

转载自www.cnblogs.com/yang-xiansen/p/11319580.html