We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7bc4c commit b9c4666Copy full SHA for b9c4666
README.md
@@ -34,7 +34,7 @@ type DataRow = {
34
const columns:ColumnProps[] = [
35
{ 'dataKey': 'id', title: 'ID', flex: 1 },
36
{ 'dataKey': 'firstName', title: 'First Name', flex: 2 },
37
- { 'dataKey': 'lastName', title: 'Last Name', flex: 2 }
+ { 'dataKey': 'lastName', title: 'Last Name', flex: 2 },
38
{ 'dataKey': 'country', title: 'Country', flex: 3 }
39
]
40
@@ -69,4 +69,4 @@ Basic example storybook: https://garrylachman.github.io/react-native-awesome-tab
69
70
71
### License
72
-React Native Awesome Table is [MIT licensed](./LICENSE).
+React Native Awesome Table is [MIT licensed](./LICENSE).
0 commit comments