expansion_datagrid 1.0.8 copy "expansion_datagrid: ^1.0.8" to clipboard
expansion_datagrid: ^1.0.8 copied to clipboard

Like most grids, Expansion Datagrid gives users the ability to sort, filter their data, group data and display additional data in the expanded panel.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add expansion_datagrid

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

dependencies:
  expansion_datagrid: ^1.0.8

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:expansion_datagrid/expansion_datagrid.dart';
5
likes
130
pub points
32%
popularity

Publisher

verified publishersoftigent.com

Like most grids, Expansion Datagrid gives users the ability to sort, filter their data, group data and display additional data in the expanded panel.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, cupertino_icons, flutter

More

Packages that depend on expansion_datagrid