trina_grid 1.4.13 copy "trina_grid: ^1.4.13" to clipboard
trina_grid: ^1.4.13 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
copied to clipboard

Use it

The package has the following executables:

$ trina_grid
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add trina_grid
copied to clipboard

With Flutter:

 $ flutter pub add trina_grid
copied to clipboard

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

dependencies:
  trina_grid: ^1.4.13
copied to clipboard

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';
copied to clipboard
39
likes
0
points
3.17k
downloads

Publisher

verified publishertrinavo.com

Weekly Downloads

2024.05.28 - 2025.04.22

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)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, intl, path, rxdart

More

Packages that depend on trina_grid