FUIAsyncPaginatedDataTable2 - Network/Dynamic/API Data (With Pagination)

The FUIAsyncPaginatedDataTable2 is the most suitable data table if data is fetched via HTTP/API.
Widget Class Location
The FUIAsyncPaginatedDataTable2 widget class could be found in:
The FUIDataTable2Theme class is the theme class holds the default theme variables/values.
Accessing the theme
To access the theme class object, do the following:
Example
A comprehensive demonstration of the FUIAsyncPaginatedDataTable2, utilizing a network/API data source (specifically meteoroid landings), is available in the demo folder. Kindly review these files for further insights:
lib/demo/others/datatable/demo_datatable_data.dartlib/demo/others/datatable/demo_datatable_async_paginated_table.dart
Other Parameters
Many of the parameters in FUIAsyncPaginatedDataTable2 corresponds to the data_table_2 package from https://pub.dev/packages/data_table_2. Please refer to this for more info.