Installation
Checkout on pub.dev
GitHub: github.com/MayLau-CbL/flutter_horizontal_da..
flutter pub add horizontal_data_table
Functions
Horizontal Data Table is a package for easy fixed column table creation. The table is basically by two ListView which using builder function to build children widgets in order to recycle the unused children. Unlike the flutter DataTable widget, the recycling can enhance the performance when showing a long list of data.
Fixed Column Table
It create a fixed first column table. Header and footer also able to be fixed.
RTL mode is also supported now
Support Scroll Style Customisation
Scrollbar style is configurable.
Support Pull-to-refresh/load
The pull to refresh/load action is based on the pull-to-refresh package. Support many headers and footers.