Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 1.17 KB

0.2.0+2

  • headerDecoration: decorate the data row
  • rowDecoration: decorate the data row
  • selectedDecoration: decorate the selected data row
  • headerTextStyle: styling the header row
  • rowTextStyle: styling the data row
  • selectedTextStyle: 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 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

0.1.1+2

  • TODO: add linear progress

0.1.1+1

  • TODO: update readme version

0.0.1

  • TODO: Describe initial release.