material_table_view
material_table_view copied to clipboard
Fade column overflow functionality
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 overflow for a column, we can increase performance in such scenario as the fading would be applied once per column. Although it clashes with #2.