From ee37e14a212dad26f429949418cb71769b4c6ba7 Mon Sep 17 00:00:00 2001 From: Riccardo Baldassa Date: Mon, 1 Jul 2024 13:13:20 +0200 Subject: [PATCH] typo --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b353709..b8f137c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8bbad18..a9f0ae8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.