I cant use thie old syntax for rendering table in html.
customRender: {
tableMatcher(): CustomRender.widget(widget: (context, child) {
return SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: (context.tree as TableLayoutElement).toWidget(context),
);
}),
},
And in custommRenders also doent have sufficient synytax to render table
I cant use thie old syntax for rendering table in html.
customRender: {
tableMatcher(): CustomRender.widget(widget: (context, child) {
return SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: (context.tree as TableLayoutElement).toWidget(context),
);
}),
},
And in custommRenders also doent have sufficient synytax to render table