advanced_table 1.1.0 advanced_table: ^1.1.0 copied to clipboard
A table widget providing advanced functionality and easier use by allowing the generic display of objects in their JSON representation.
Changelog #
1.1.0 (2022-12-13) #
Features #
- (#9) Provide link functionality (9835da0)
- Add
ignoringKeys
property toAdvancedTable
(6144ea9) - Introduce DateTime and Uri types (8fb417c)
1.0.0 (2022-12-09) #
⚠ BREAKING CHANGES #
- ColumnDefinition takes a String instead of a whole Text widget. Customization follows
Features #
- Introduce actions space above table (e5eaace)