- This Initial release has the following features:
- Save Edited Rows
- Save edited cell
- Customize cell data
- Add empty rows
- Create empty tables
- Customizable save button
- Customize table headers
- minor edit to package metatags
- minor edit to package readme
- minor edit to package readme
- compatability check passed for all OS
- fix: removes Space showing on small screen sizes if saveIcon is shown
- compatability check passed for all OS
- formats code based on dartfmt
- Bug Fix: table header alignments when saveRow icon is shown
- Bug Fix: Align table headers
- Refactor: Adds helper functions
- Change default button for createRowButton
- Bug Fix: Table color set to transparent
- This allows table to take parent widget color property
- New Feature: Horizontal and vertical scrollable
- New Table property: [columnRatio] sets the fraction of screen width occupied by each column
- Bug fix: A known behaviour where table doesnot rebuild with new data was fixed. This fix ensures that new rows can be added at runtime
- Bug fix: issues with width constraint for column element
- New feature: Zebra stripe table rows
- Set prefered colors for zebra striping
- Order row data to column [key] parameter
- New feature: Adjustable Column width
- Replaced the [index] parameter of the column with [widthFactor]
- [widthFactor] is a double, used to assign percentage width to each column
- New feature: Use GlobalKey State to get edited row data
- New feature: Use GlobalKey State to create new row
- This enable creating row and saving edited rows anywhere outside the Editable widget
- added tdEditableMaxLines parameter to allow editable data to wrap and not be hidden when it overflows (setting to 100 allows editable data to behave same as the NON editable data)
- Added support for specifying max lines for editable data cells so that they can wrap and have all data visible.
- added support for completely controlling the style and alignment of the table headers.
- Migrates to sound null-safety
- Remove deprecated example widgets