-
-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support a minimal table renderer
This renderer doesn't follow the CSS display: table, table-row and table-cell, because the display engine of react native only supports the flex display algorithm. To have a fully compliant table renderer, you can still use the @native-html/table-plugin package. A non exhaustive list of limitations: - Each column will have the same width. - The table will span to all the available width. - Attributes such as span, gap will be ignored. - Column tag will not be respected.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters