Tiger

Results 7 issues of Tiger

想做下拉刷新和上拉加载更多,目前看下拉刷新有问题,是用法不对吗?只下拉了一次,table 一直派发change事件 ![image](https://user-images.githubusercontent.com/23418622/112251668-ad92e380-8c96-11eb-816d-40d4894ad237.png)

表头如何固定?

### Describe the feature you'd like to request 拖动节点A到相邻最近的节点B 时取消原来的连接,A和A的后面节点自动变更连线与这个最近的节点B连接。 ### Describe the solution you'd like 节点添加一个属性,比如connectToNearestNode,监听mouseMove事件,拖动时可以自动换连接上级。 ### Describe alternatives you've considered 或者拖动节点时,可以获取到节点坐标与周围节点的坐标,然后进行对比,开发者手动处理。 ### Your Example Website or App _No...

type: feature 新功能

Can it be changed to a controlled component? Check the number of elements that have been given the class name' selected' before clicking and triggering.

question

1.因为项目有个需求是不仅拖拽宽度,还可拖拽列进行排序,同时将新顺序的columns缓存本地,但resizableColumns每次都重置了顺序再缓存到本地。 希望当缓存中有columns时,resizableColumns使用新顺序的缓存的columns。 2. 另外,请教一个问题,因为column中有reder函数,包括title也可以是一个ReactNode的函数式组件,使用JSON.stringify序列化时不会导致函数丢失或者异常行为吗?

![image](https://user-images.githubusercontent.com/23418622/183848646-82b2b84f-b7ed-45c3-9aaf-e02745bb5548.png)

假如content和image同时传值