I’m trying to implement DataTable2 migrating from DataTable in flutter. In DataTable, it was automatically horizontally scrolling based on header/cell content, but in DataTable2 the header values get trimmed and cell values gets wrapped (overflowed).
How to make DataTable2 horizontally scrollable without trimming headers?
I also have the cell content flexible. How to make DataRow height flexible based on content height in DataTable2?