Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote
Hello, I have problem with syncfusion Data grid in my flutter app (i build app for windows), i have made a Widget to use it as a standard table in my app (i include the widget with files), the problem is with number of rowPerPage shown in the table, when i call it the widget currently shown more rows than I set for a very short time, as example let say the rowPerPage variable is not get calculated using my function, and it is constant (let say it 4), when my app is loaded it shows more than 4 row in the table for a very short Time then it rapidly shows only 4 (it is like a flickering issue)  (no debug error have been produced)