Skip to content

Issue in table rendering in flutter_html version ^3.0.0-alpha.1 #122291

@Payalpatel-wrteam

Description

@Payalpatel-wrteam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: invalidIssue is closed as not valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions