rickypid / flutter_expandable_table

A Flutter widget for create an expandable table with header and first column fixed.
https://pub.dev/packages/flutter_expandable_table
BSD 3-Clause "New" or "Revised" License
38 stars 28 forks source link

Does the flutter_expandable_table package support pagination of items? #32

Open NJashwanth opened 5 months ago

NJashwanth commented 5 months ago

Hi, I'm currently exploring the flutter_expandable_table package for displaying tabular data in my Flutter application. One feature I'm particularly interested in is pagination, which allows for efficient navigation through large datasets by displaying a subset of items per page.

Could you please confirm whether the flutter_expandable_table package includes built-in support for pagination of items? If so, I'd appreciate any guidance on how to implement and configure this feature within the package.

Thank you in advance for your assistance!