Jerry Liu

Results 7 comments of Jerry Liu

After I added those ScrollBehaviors, it works at horizontal for web. ``` Set get dragDevices => { PointerDeviceKind.touch, PointerDeviceKind.mouse, }; ```

It's from the official doc: https://docs.flutter.dev/release/breaking-changes/default-scroll-behavior-drag and my flutter version is 3.3.8. Hopefully it helps. : )

Created: https://github.com/rodydavis/data_tables/pull/48 Thanks!

hi team, I'm facing the same problem. While I clicked from Tab_A to Tab_C, I received two of events ``` { prevIndex: 0, index: 1, prevTabName: 'Tab_A', tabName: 'Tab_B' }...

Raise up! I have the same requirement. Thanks for helping.

+1. Please help to check it, thanks!