excel_table 0.0.3 copy "excel_table: ^0.0.3" to clipboard
excel_table: ^0.0.3 copied to clipboard

outdated

A data table scrollable and expanding sub row

excel_table #

A table widget.

Features #

  • Lock cloums
  • Scrollable rest
  • Effect when scroll
  • Row can expand sub row

Supported platforms #

  • Flutter Android
  • Flutter iOS

Installation #

Add excel_table: any to your pubspec.yaml dependencies. And import it:

import 'package:excel_table/excel_table.dart';

How to use #

Create your table data using ExcelCell ExcelRow ExcelData

Simply create a ExcelTable widget, and pass the required params:

ExcelTable(
  data: excelData,
  headers: List<Widget> [],
  minColumnsWidth: <double>[],
)

See more on example project

License #

MIT

4
likes
0
pub points
60%
popularity

Publisher

unverified uploader

A data table scrollable and expanding sub row

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on excel_table