Skip to content

[heuristic-table-plugin]table-row/collum styling #33

@xbot13

Description

@xbot13

Oath

I swear that I have completed these tasks before submitting:

  • I have read the README
  • I have checked that the feature request has not been reported yet
  • I have prefixed this issue title with the plugin suffix (e.g: [iframe-plugin]) depending on the affected plugin

Decision table

  • The change I am requesting is not concerning performance
  • The change I am requesting is not concerning code style, compliance with
    official guidelines and recommendations, third-party deprecations,
    refactoring or development tooling

Feature

Summary:

2 Props for injecting styling for row and/or collum of the table. As tagsStyles: { tr: {}} has no effect on style.

Idea:

2 new Props for TableRenderer, wich receive viewStyleProps for styling the TableFlexRowContainer/TableFlexCollumContainer respectively. This is especially usefull for styles like shadows that have to apply to the container.

example prop:

styleTableFlexRowContainer = {{
marginBottom: 5,
elevation: 15,
shadowColor: "rgb(0,0,0)",
shadowOffset: { width: 0, height: 12 },
shadowOpacity: 0.12,
shadowRadius: 24,
}}

example output:

Table-Light

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions