scalable_data_table 0.0.2 copy "scalable_data_table: ^0.0.2" to clipboard
scalable_data_table: ^0.0.2 copied to clipboard

Data Table package that uses builder property to only build the active rows at the moment. Similar to ListView.builder, it improves the performance in tables with many rows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scalable_data_table

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

dependencies:
  scalable_data_table: ^0.0.2

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:scalable_data_table/scalable_data_table.dart';
2
likes
90
pub points
58%
popularity

Publisher

unverified uploader

Data Table package that uses builder property to only build the active rows at the moment. Similar to ListView.builder, it improves the performance in tables with many rows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on scalable_data_table