material_table_view icon indicating copy to clipboard operation
material_table_view copied to clipboard

IntrinsicHeight support for TableView

Open NikolayNIK opened this issue 10 months ago • 0 comments

Discussed in https://github.com/NikolayNIK/material_table_view/discussions/30

Originally posted by Johannes5000 February 4, 2025 I would like to build a dashboard and place multiple cards next to each other, ensuring that they align in height. Since the content has a dynamic height, I am using an IntrinsicHeight widget around the Row.

Is it possible to use a TableView in one of these cards?

So far, I haven't been able to get a table to work within the IntrinsicHeight-wrapped Row, as it always throws exceptions.

NikolayNIK avatar Feb 04 '25 17:02 NikolayNIK