react-native-table-component
react-native-table-component copied to clipboard
🌱Build table for react native
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Warning: Failed prop type: Invalid prop `textStyle` of type `array` supplied to `Cell`, expected `object`. Cell in Row (created by App) in RCTView (created by View) in View (created by...
ERROR Warning: Failed prop type: Invalid prop textStyle of type array supplied to Cell, expected object. I'm facing same issue at this version "react-native-table-component": "^1.2.2"; const rowTextStyle = { color:...
After setting Table compoenent i got error property is not configurable. But when i commented out the table code i works regularly. And one more thing after uncomment again there...
Hi, Is there any way to select and copy (share, etc.,) entire table to clipboard at once? I can select and copy cell data to clipboard by adding selectable={true} to...
One line fix to: Invalid prop textStyle of type array supplied to Cell, expected object
Hi, I'm trying to assign accessibility properties such as accessibilityLabel and testID to both components of this library and custom components within the table component but they are not assigned....
#145 Fixed PropTypes warnings
The row head width is not adjusting according to the width of columns below it. I have provided **horizontal scroll** while wrapping the table: Expected result: ![Screenshot 2022-11-10 at 1...
Hi Need to implement behaviour like this - with each row - column as individual touch.