interactive_table 0.0.11 copy "interactive_table: ^0.0.11" to clipboard
interactive_table: ^0.0.11 copied to clipboard

A DataTable like Table with built in support for sticky headers, zoom and scroll

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add interactive_table

With Flutter:

 $ flutter pub add interactive_table

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

dependencies:
  interactive_table: ^0.0.11

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

Import it

Now in your Dart code, you can use:

import 'package:interactive_table/interactive_table.dart';
2
likes
0
pub points
51%
popularity

Publisher

verified publisherhenrisauer.dev

A DataTable like Table with built in support for sticky headers, zoom and scroll

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, vector_math

More

Packages that depend on interactive_table