Oath
I swear that I have completed these tasks before submitting:
Decision table
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:
