Christian Arduino

Results 4 comments of Christian Arduino

This could be a way to make a network request when the end of the scroll is reached ```dart tableManager.scroll!.bodyRowsVertical!.addListener(() { if (tableManager.scroll!.maxScrollVertical == tableManager.scroll!.verticalOffset) { // Make your api...

@selvam920 When you say "when we use by keyboard" you mean when you scroll using the keyboard arrows on pc?

This is what I'm trying to implement: ![image](https://user-images.githubusercontent.com/54827354/151257453-b695ae91-d9b6-4f09-a76e-c4995df4e12e.png)