-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspr-welcomed
Description
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:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerspr-welcomed
