material_table_view
material_table_view copied to clipboard
IntrinsicHeight support for TableView
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.