responsive_table 0.2.0+2 responsive_table: ^0.2.0+2 copied to clipboard
Responsive Data table is a highly flexible tool built upon the foundations of progressive enhancement, that adds all of these advanced features to any flutter table.
0.2.0+2 #
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
0.2.0+1 #
- update example and split TextEditableWidget
0.2.0 #
- null safety
0.1.1+8 #
- fixed the update
0.1.1+7 #
- integrate with responsive_context
- return (value, row) onSourceBuilder
- add hideUnderline to hideBottomBorder
0.1.1+6 #
- seperate editable widget
0.1.1+5 #
-
add editable to DatatableHeader (false by default)
-
update some example for editable field
0.1.1+4 #
- remove some warnings
0.1.1+3 #
-
remove selectableKey , constrains, and decoration
-
change select from List
-
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
0.1.1+2 #
- TODO: add linear progress
0.1.1+1 #
- TODO: update readme version
0.0.1 #
- TODO: Describe initial release.