operance_datatable 1.0.2
operance_datatable: ^1.0.2 copied to clipboard
OperanceDataTable is a fully customizable data table with features like pagination, sorting, searching, expandable rows, infinite scrolling, selectable rows, and column reordering, plus extensive them [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add operance_datatableWith Flutter:
$ flutter pub add operance_datatableThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
operance_datatable: ^1.0.2Alternatively, 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:operance_datatable/operance_datatable.dart';