material_table_view
material_table_view copied to clipboard
Comprehensive, feature-rich and intuitive UI/UX widget solution for many data table use cases that is easy to integrate into any Flutter app
Can you suggest, how to disable vertical scroll for showing TableView inside another widget with vertical scrolling? I have an idea about wrapping TableView inside SizedBox(height: rowHeight * rowCount) but...
A few days ago I've decided to drop my old local version of `material_table_view` (it was based on v3.2.1) and use the releases available on pub. It looks great! Thanks!...
During horizontal scrolling for a single offset value the divider suddenly goes up to the state of 1 (when it should be at 0) then suddenly drops to 0 and...
Right now `_RenderTableSection` repaints every layer and rebuilds the clip path on every repaint. There is a potential here to implement layer and clip path caching to futher improve the...
Currently text overflow in the example app costs way too much because it happens individually for every cell. There is a hope that, by allowing the developer to specify fading...
Column and row "merging" functionality is needed to display more complex data. The idea is to create a `TableSpan` widget that will contain column and row span of a cell...
When the `TableView` is used with `shrinkWrapVertical` set to `true` and `rowReorder`: - is set to `null`, then the height of the table gets appropriately set to exactly the size...
../../../.pub-cache/hosted/pub.flutter-io.cn/material_table_view-5.1.0/lib/src/table_view_style.dart:417:36: Error: Type 'WidgetStateProperty' not found. typedef MaterialStateProperty = WidgetStateProperty; ^^^^^^^^^^^^^^^^^^^ ../../../.pub-cache/hosted/pub.flutter-io.cn/material_table_view-5.1.0/lib/src/table_view_style.dart:505:48: Error: The method 'lerp' isn't defined for the class 'Type'. - 'Type' is from 'dart:core'. Try correcting the...