Hello,
I want to try your syncfusion_flutter_datagrid package because it's the only one that provides the possibility of infinite scrolling. The example in the package works with static data generated randomly. I want to use my API which returns paginated results and looks like this :
https://www.mywebsite.com/products?pageNumber=$nbr&elementPerPage=10
I couldn't make it work. So it will be very kind of you if you can help me with an exemple.
Thank you. Regards.