expansion_datagrid 1.0.5 expansion_datagrid: ^1.0.5 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.5
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';