legacy_tree_grid 0.11.0 copy "legacy_tree_grid: ^0.11.0" to clipboard
legacy_tree_grid: ^0.11.0 copied to clipboard

Display, filter, sort, select, and edit tabular data in a tree grid.

0.11.0 #

  • FEATURE: Add isExpandedKey for more capabilities associated with programmatic expansion.

0.10.0 #

  • FEATURE: Add expandRow and collapseRow methods to the UnifiedDataGridState to allow programmatic expansion and collapse of rows.
  • FEATURE: Add setRowExpansion method to the UnifiedDataGridState to allow programmatic expansion and collapse of rows.

0.9.1 #

  • FIX: Fix for an issue that caused the selectedRowId to fail to propagate to the selected row in Unified Data Grid.

0.9.0 #

  • FEATURE: Add selectedRowId so you can programmatically select a row in the Unified Data Grid.

0.8.0 #

  • FEATURE: Added allowSorting so you can disable sorting in the Unified Data Grid.

0.7.0 #

  • FEATURE: Added two optional properties to the UnifiedDataGrid widget:
    • initialExpandedRowIds: A Set<String> to specify which tree nodes should be expanded when the grid first loads.
    • onRowToggle: A callback void Function(String rowId, bool isExpanded) that gets called whenever a user expands or collapses a row in the tree.

0.6.0 #

  • FEATURE: Add support for a scrollController

0.5.0 #

  • FEATURE: Add support for dynamic heights
  • FEATURE: Add support for header actions
  • FEATURE: Add support for enhanced row actions: allow configuring secondary click or long press on a row

0.4.0 #

  • FEATURE: Added footerBuilder for completely custom footer implementations

0.3.2 #

  • CHORE: Remove unused file, more permissive column size
  • IMPROVEMENT: Switch to material icons for better dependency management

0.3.1 #

  • FIX: Fix screenshot

0.3.0 #

  • FEATURE: Add the ability to disable the footer, and customize the footer options further
  • CHORE: Add screenshot

0.2.0 #

  • FEATURE: Add the ability to save views and restore them
  • FEATURE: Add the ability to adjust the sequence of footer items

0.1.0 #

  • FEATURE: Add support for dark mode

0.0.1 #

  • 🎉: Initial release. Hopefully this is the start of something good
3
likes
150
points
609
downloads
screenshot

Publisher

verified publishergantt-sync.com

Weekly Downloads

Display, filter, sort, select, and edit tabular data in a tree grid.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, legacy_context_menu, provider

More

Packages that depend on legacy_tree_grid