Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Superczynski committed Oct 7, 2017
1 parent fedbaa6 commit fb2ca8d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ export class ConfigurationService {
public footerEnabled = false;
public paginationEnabled = false;
public exportEnabled = false;
public clickEvent = true;
public selectRow = true;
public selectCol = false;
public selectCell = false;
public resourceUrl = 'https://www.json-generator.com/api/json/get/ciRBhHznFK?indent=2';
public rows = 10;
}
Expand All @@ -99,12 +103,4 @@ export class ConfigurationService {

### Available config settings:

| field | type | options | example |
|---------------------|:--------------:|:----------:|---------------------------------------------|
| searchEnabled | bool | true false | public searchEnabled = true; |
| exportEnabled | bool | true false | public exportEnabled = true; |
| orderEnabled | bool | true false | public orderEnabled = true; |
| paginationEnabled | bool | true false | public paginationEnabled = true; |
| globalSearchEnabled | bool | true false | public globalSearchEnabled = true; |
| resourceUrl | string | | public resourceUrl = "api/v1/persons.json"; |
| rows | int | | public rows = 10; |
See https://github.com/ssuperczynski/ngx-easy-table/wiki

0 comments on commit fb2ca8d

Please sign in to comment.