headerDecoration
: decorate the data rowrowDecoration
: decorate the data rowselectedDecoration
: decorate the selected data rowheaderTextStyle
: styling the header rowrowTextStyle
: styling the data rowselectedTextStyle
: styling the selected data row
- update example and split TextEditableWidget
- null safety
- fixed the update
- integrate with responsive_context
- return (value, row) onSourceBuilder
- add hideUnderline to hideBottomBorder
- seperate editable widget
-
add editable to DatatableHeader (false by default)
-
update some example for editable field
- remove some warnings
-
remove selectableKey , constrains, and decoration
-
change select from List to List<Map<String, dynamic>>(),
-
restructured widget to serpated parts.
-
add responsive_context into widget, change from stateful to stateless
-
autoHeight was added into order to work with shortlist and scrollalbe inside of SingleScrollView without maxHeight
- TODO: add linear progress
- TODO: update readme version
- TODO: Describe initial release.