flutter_html_table 3.0.0-alpha.4 copy "flutter_html_table: ^3.0.0-alpha.4" to clipboard
flutter_html_table: ^3.0.0-alpha.4 copied to clipboard

This extension package allows the <table> tag to be rendered using the flutter_html package

flutter_html_table #

Table widget for flutter_html.

This package renders table elements using the flutter_layout_grid plugin.

When rendering table elements, the package tries to calculate the best fit for each element and size its cell accordingly. Rowspans and colspans are considered in this process, so cells that span across multiple rows and columns are rendered as expected. Heights are determined intrinsically to maintain an optimal aspect ratio for the cell.

Registering the CustomRender:

Widget html = Html(
  customRenders: {
    tableMatcher(): tableRender(),
  }
);
9
likes
0
pub points
97%
popularity

Publisher

verified publishersub6resources.com

This extension package allows the <table> tag to be rendered using the flutter_html package

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_html, flutter_layout_grid, html

More

Packages that depend on flutter_html_table