sunxd

Results 4 issues of sunxd

When I swipe from left to right and use the grid layout and grid.rows > 1, "centeredSlidesBounds" doesn't work at the right。 Replace “allSlidesSize” with "swiper.virtualSize" to calculate whether the...

When I batch select and drag many times,then undo. It's not back to where it was last time. ` gantt.plugins({ undo: true, multiselect:true, }); `

在react18版本,使用BaseTable, 用createRoot方式渲染,App被严格模式包裹时,会导致组件无法正确渲染 ``` import ReactDOM from "react-dom/client"; const root = ReactDOM.createRoot( document.getElementById("root") as HTMLElement ); root.render( ); ``` 由于react18在严格模式下,对于类组件会先调用一次 componentWillUnmount, 导致rootSubscription被取消订阅 ![image](https://github.com/alibaba/ali-react-table/assets/58944410/4bc78f73-ce48-47ef-92ff-921ac425e102)

I'm using v1.0.2, this is my code: ``` # example.capnp @0xbf5147cf9c9a31ab; struct Example { id @0 :Int32; name @1 :Text; values @2 :Int32; } # example.json { "id": "12", "name":...