Red

Results 4 issues of Red

如题,作者没有添加额外的Table属性,那默认是支持Ant Table sort属性的,但只排序了可见区域内的数据,当滚动列表后,排序似乎恢复了正常,但渲染出现了问题,点击一次滚动,index直接从7跳到了68 ![image](https://user-images.githubusercontent.com/38416380/106103143-6d722180-617b-11eb-9f79-1bb045ff9336.png) ![image](https://user-images.githubusercontent.com/38416380/106103080-592e2480-617b-11eb-9c75-cda9b403ddd0.png) ![image](https://user-images.githubusercontent.com/38416380/106103477-f8ebb280-617b-11eb-9304-e1a4dfcec775.png)

When I used Ajax post request to submit a form and then _res.send({info: info})_, but ejs can not get the _info_ object to display. I googled and found most of...

enhancement
help wanted