advanced_datatable 0.0.7+hotfix copy "advanced_datatable: ^0.0.7+hotfix" to clipboard
advanced_datatable: ^0.0.7+hotfix 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 advanced_datatable

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

dependencies:
  advanced_datatable: ^0.0.7+hotfix

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:advanced_datatable/advanced_datatable.dart';
72
likes
120
pub points
91%
popularity

Publisher

verified publisherdevowl.de

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

More

Packages that depend on advanced_datatable