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

Commit

Permalink
fix doc typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruzzano, Bruno authored and Bruzzano, Bruno committed May 23, 2018
1 parent 948959a commit 364ce75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libs/datatable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libs/datatable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular5-datable-demo",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"private": false,
"scripts": {
Expand Down

0 comments on commit 364ce75

Please sign in to comment.