easy_pagination_datatable 0.0.3+7 copy "easy_pagination_datatable: ^0.0.3+7" to clipboard
easy_pagination_datatable: ^0.0.3+7 copied to clipboard

An addtion to the Flutter PaginatedDataTable allowing pagination also for the datasource aka server side datatables

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_pagination_datatable

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  easy_pagination_datatable: ^0.0.3+7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:easy_pagination_datatable/advancedDataTableSource.dart';
import 'package:easy_pagination_datatable/advanced_datatable.dart';
import 'package:easy_pagination_datatable/datatable.dart';
7
likes
120
pub points
68%
popularity

Publisher

unverified uploader

An addtion to the Flutter PaginatedDataTable allowing pagination also for the datasource aka server side datatables

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, pedantic

More

Packages that depend on easy_pagination_datatable