composable_data_table 0.1.1 copy "composable_data_table: ^0.1.1" to clipboard
composable_data_table: ^0.1.1 copied to clipboard

A customizable data table widget for Flutter with selection, pagination, status badges, and theming support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add composable_data_table

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

dependencies:
  composable_data_table: ^0.1.1

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:composable_data_table/composable_data_table.dart';
2
likes
160
points
140
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable data table widget for Flutter with selection, pagination, status badges, and theming support.

Repository (GitHub)
View/report issues

Topics

#table #data-table #widget #ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter, modern_date_picker

More

Packages that depend on composable_data_table