flutter_spreadsheet_table library

Classes

SpreadsheetRow
SpreadsheetTable
A customizable and interactive spreadsheet-like table widget.

Typedefs

CellValidator = String? Function(String? value)
SpreadsheetButtonBuilder = Widget Function(BuildContext context, SpreadsheetRow row)
Define a typedef for the new button builder signature