Skip to content

Commit

Permalink
docs: add hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
madocto committed Jan 12, 2024
1 parent eec09a7 commit 67c397d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ React.render(<Table columns={columns} data={data} />, mountNode);
| onRow | Function(record, index) | | Set custom props per each row. |
| onHeaderRow | Function(record, index) | | Set custom props per each header row. |
| showHeader | Boolean | true | whether table head is shown |
| hidden | Boolean | `false` | Hidden column. |
| title | Function(currentData) | | table title render function |
| footer | Function(currentData) | | table footer render function |
| emptyText | React.Node or Function | `No Data` | Display text when data is empty |
Expand Down

0 comments on commit 67c397d

Please sign in to comment.