diff --git a/README.md b/README.md index 4b3a2bc..738a87c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ export class AppModule { } * `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. * `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. * `items` (`JsonObject[]` | default: `[]`) table data to show. -* `itemsCount` (`number` | default: `0`) items's count. +* `itemCount` (`number` | default: `0`) items's count. * `header` (`boolean` | default: `true`) show/hide the table header sub-component - this holds the table name and two buttons (_reload table_ and _column selector_). * `pagination` (`boolean` | default: ) enable pagination. If `true`, pagination controls are shown at the bottom of the table. * `indexColumn` (`boolean` | default: `true`) when `true` the table shows a 0-indexed column. diff --git a/libs/datatable/README.md b/libs/datatable/README.md index ab8aa1c..7bd158a 100644 --- a/libs/datatable/README.md +++ b/libs/datatable/README.md @@ -89,7 +89,7 @@ The component is highly configurable and customizable through many *Input*s and * `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. * `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. * `items` (`JsonObject[]` | default: `[]`) table data to show. -* `itemsCount` (`number` | default: `0`) items's count. +* `itemCount` (`number` | default: `0`) items's count. * `header` (`boolean` | default: `true`) show/hide the table header sub-component - this holds the table name and two buttons (_reload table_ and _column selector_). * `pagination` (`boolean` | default: ) enable pagination. If `true`, pagination controls are shown at the bottom of the table. * `indexColumn` (`boolean` | default: `true`) when `true` the table shows a 0-indexed column. diff --git a/libs/datatable/package.json b/libs/datatable/package.json index d649702..ce8c565 100644 --- a/libs/datatable/package.json +++ b/libs/datatable/package.json @@ -1,7 +1,7 @@ { "name": "angular5-data-table", "description": "This library contains an Angualar5-compatible Datatable component.", - "version": "1.0.1", + "version": "1.0.2", "private": false, "license": "MIT", "repository": "https://github.com/brunano21/angular-4-data-table", diff --git a/package.json b/package.json index b96748d..af5165e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular5-datable-demo", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "private": false, "scripts": {