Open
Description
Describe your feature request
Need to control 'table' tag's min width.
Additional context
layout_element.dart
cells.add(GridPlacement(
child: Container(
width: double.infinity, // need to edit
padding: child.style.padding ?? row.style.padding,
decoration: BoxDecoration(
color: child.style.backgroundColor ?? row.style.backgroundColor,
border: child.style.border ?? row.style.border,
),
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo