Christian Arduino
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: 