flutter_html_table 3.0.0-beta.2 copy "flutter_html_table: ^3.0.0-beta.2" to clipboard
flutter_html_table: ^3.0.0-beta.2 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(),
  }
);
8
likes
130
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
Contributing

Topics

#html #css #table #layout #flutter_html

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com

License

MIT (LICENSE)

Dependencies

flutter, flutter_html, flutter_layout_grid, html

More

Packages that depend on flutter_html_table