trina_grid 1.6.0
trina_grid: ^1.6.0 copied to clipboard
A data grid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky)
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate trina_grid
Use it
The package has the following executables:
$ trina_grid
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add trina_grid
With Flutter:
$ flutter pub add trina_grid
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
trina_grid: ^1.6.0
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:trina_grid/trina_grid.dart';