data_sheet library

Classes

CellSetup
CellSetup class has all the info for cells in a given column e.g. the type of input expected, whether sortable etc.
CustomScrollPhysics
Class to handle scroll events Refer https://stackoverflow.com/questions/69952261/is-there-any-way-to-scroll-parent-listview-when-the-child-listview-reached-end-i for details
DataSheet
DataSheet Basically a Scrollable DataTable widget with facility to edit each cell Parameter data - Must be provided in List<List

Enums

ColumnWidthOption
Defines how the Column widths of the DataSheet must be interpreted
EditAction
Used to pass edit event to parent widget User must write code to handle
SuggestionsAction
Set options to act on user input, when suggestions are shown