Jim S Chang

Results 2 comments of Jim S Chang

> Try this: > > ```dart > customRender: { > "table": (context, child) { > return SingleChildScrollView( > scrollDirection: Axis.horizontal, > child: > (context.tree as TableLayoutElement).toWidget(context), > ); > },...

> So is there still a bug or not (on the latest flutter_html, version 2.2.1)? it still happens on 2.2.1, but doesn't on 2.1.5 @erickok