wndr_lazy_paginated_data_table Pub

A wrapper widget for Flutter's PaginatedDataTable, which allows the user to load the pages lazily.


Installing

Add to pubspec.yaml file

dependencies:
  wndr_lazy_paginated_data_table: ^0.1.0-dev.1

Import

import 'package:wndr_lazy_paginated_data_table/wndr_lazy_paginated_data_table.dart';

Contribution

This package is not yet stable. If you find any problems, open an issue or a PR. All feedback are appreciated.