Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Baldassa committed Jul 1, 2024
1 parent 984fb10 commit ee37e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [2.0.2] - 2024-03-29
#### [@RichiB20](https://github.com/RichiB20)
- Fixed vertical Scrollbar and added horizontal Scrollbar.
- Added `trackVisibilityScrollbar` and `thumbVisibility` parameter.
- Added `trackVisibilityScrollbar` and `thumbVisibilityScrollbar` parameter.
- Fixed table size.

## [2.0.1] - 2023-09-04
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Here is an example:
### ExpandableTable Properties
* `firstHeaderCell`: Is the top left cell, i.e. the first header cell.
* `headers`: contains the list of all column headers, each one of these can contain a list of further headers, this allows you to create nested and expandable columns.
* `rows`: ontains the list of all the rows of the table, each of these can contain a list of further rows, this allows you to create nested and expandable rows.
* `rows`: contains the list of all the rows of the table, each of these can contain a list of further rows, this allows you to create nested and expandable rows.
* `headerHeight`: is the height of each column header, i.e. the first row.
* `firstColumnWidth`: determines first Column width size.
* `defaultsColumnWidth`: defines the default width of all columns, it is possible to redefine it for each individual column.
Expand All @@ -105,7 +105,7 @@ Here is an example:
* `scrollShadowSize`: determines size of shadows.
* `visibleScrollbar`: determines visibility of horizontal and vertical scrollbars.
* `trackVisibilityScrollbar`: indicates that the scrollbar track should be visible.
* `thumbVisibility`: indicates that the scrollbar thumb should be visible, even when a scroll is not underway.
* `thumbVisibilityScrollbar`: indicates that the scrollbar thumb should be visible, even when a scroll is not underway.

 

Expand Down

0 comments on commit ee37e14

Please sign in to comment.