material_table_view icon indicating copy to clipboard operation
material_table_view copied to clipboard

Colspan and rowspan functionality

Open NikolayNIK opened this issue 2 years ago • 0 comments

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 and get layed-out by TableView accordingly when it's returned by a TableCellBuilder.

NikolayNIK avatar Jan 21 '23 02:01 NikolayNIK