super_table_field 3.2.0 copy "super_table_field: ^3.2.0" to clipboard
super_table_field: ^3.2.0 copied to clipboard

Super Table Field — a GeniusLink Flutter design-system package for ERP and accounting data grids. Includes read/edit modes, typed columns, change tracking, filtering, aggregations, selection stats, co [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_table_field

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

dependencies:
  super_table_field: ^3.2.0

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:super_table_field/super_table_field.dart';
0
likes
150
points
357
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Super Table Field — a GeniusLink Flutter design-system package for ERP and accounting data grids. Includes read/edit modes, typed columns, change tracking, filtering, aggregations, selection stats, conditional styling, grouping, totals, pagination, CSV/TSV/JSON export, row reordering, cell locking, interaction events, runtime column config (reorder/pin/show-hide), clipboard, undo/redo, and SuperAutoSuggestionsBox integration. Supports light/dark themes and LTR/RTL via SuperMaterialThemeData.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #widget #data-grid #tables #form

License

MIT (license)

Dependencies

flutter, flutter_localizations, intl, super_auto_suggestion_box, super_core, super_form_field

More

Packages that depend on super_table_field