Skip to content
This repository was archived by the owner on Dec 25, 2021. It is now read-only.

Commit 364ce75

Browse files
Bruzzano, BrunoBruzzano, Bruno
authored andcommitted
fix doc typo.
1 parent 948959a commit 364ce75

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class AppModule { }
9595
* `title` (`string` | default: `''`) table's name - it's highly recommend it's set for accessibility reasons as this will provide a better experience when interacting with the component, especially through a SR.
9696
* `showTitle` (`boolean` | default: `true`): if `false`, the title is not shown into the component. Useful when want the header component visible (with its Reload and Coulumn Selector buttons), but not the title.
9797
* `items` (`JsonObject[]` | default: `[]`) table data to show.
98-
* `itemsCount` (`number` | default: `0`) items's count.
98+
* `itemCount` (`number` | default: `0`) items's count.
9999
* `header` (`boolean` | default: `true`) show/hide the table header sub-component - this holds the table name and two buttons (_reload table_ and _column selector_).
100100
* `pagination` (`boolean` | default: ) enable pagination. If `true`, pagination controls are shown at the bottom of the table.
101101
* `indexColumn` (`boolean` | default: `true`) when `true` the table shows a 0-indexed column.

libs/datatable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The component is highly configurable and customizable through many *Input*s and
8989
* `title` (`string` | default: `''`) table's name - it's highly recommend it's set for accessibility reasons as this will provide a better experience when interacting with the component, especially through a SR.
9090
* `showTitle` (`boolean` | default: `true`): if `false`, the title is not shown into the component. Useful when want the header component visible (with its Reload and Coulumn Selector buttons), but not the title.
9191
* `items` (`JsonObject[]` | default: `[]`) table data to show.
92-
* `itemsCount` (`number` | default: `0`) items's count.
92+
* `itemCount` (`number` | default: `0`) items's count.
9393
* `header` (`boolean` | default: `true`) show/hide the table header sub-component - this holds the table name and two buttons (_reload table_ and _column selector_).
9494
* `pagination` (`boolean` | default: ) enable pagination. If `true`, pagination controls are shown at the bottom of the table.
9595
* `indexColumn` (`boolean` | default: `true`) when `true` the table shows a 0-indexed column.

libs/datatable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular5-data-table",
33
"description": "This library contains an Angualar5-compatible Datatable component.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"private": false,
66
"license": "MIT",
77
"repository": "https://github.com/brunano21/angular-4-data-table",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular5-datable-demo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"private": false,
66
"scripts": {

0 commit comments

Comments
 (0)