material_table_view icon indicating copy to clipboard operation
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

Results 22 material_table_view issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

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...

enhancement

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...

enhancement

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...

bug
help wanted

../../../.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...