trina_grid 1.6.6 copy "trina_grid: ^1.6.6" to clipboard
trina_grid: ^1.6.6 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 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 flutter pub get):

dependencies:
  trina_grid: ^1.6.6
copied to clipboard

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:trina_grid/trina_grid.dart';
copied to clipboard
31
likes
150
points
2.36k
downloads

Publisher

verified publishertrinavo.com

Weekly Downloads

2024.09.26 - 2025.04.10

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

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, intl, path, pdf, rxdart

More

Packages that depend on trina_grid