diff --git a/README.md b/README.md index 5c698ba..b9d3349 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Selector: `ng-datatable` | @Input() pageLength: number | Number of rows per page. Default 20 | | @Input() page: number | Current page | | @Input() paginate: boolean | Paginate rows or display all at once. Default true | +| @Input() paginateCssClass: string | Class added to the paginator | @Input() selectionMode: null/'single'/'multi' | Allow selecting none, single or multiple rows at once | | @Input() showCheckbox: boolean | Show checkbox' for mass selecting | | @Input() tableLayout: 'auto'/'fixed' | CSS table layout. Defaults to 'auto' | diff --git a/projects/ng-datatable/package.json b/projects/ng-datatable/package.json index 4f1dfa7..cd6b5b7 100644 --- a/projects/ng-datatable/package.json +++ b/projects/ng-datatable/package.json @@ -1,6 +1,6 @@ { "name": "@ztimson/ng-datatable", - "version": "1.2.0", + "version": "1.3.0", "homepage": "https://github.com/ztimson/ng-datatable", "license": "Apache-2.0", "author": { diff --git a/projects/ng-datatable/src/lib/ng-datatable.component.html b/projects/ng-datatable/src/lib/ng-datatable.component.html index 8331f4c..62e52e2 100644 --- a/projects/ng-datatable/src/lib/ng-datatable.component.html +++ b/projects/ng-datatable/src/lib/ng-datatable.component.html @@ -48,7 +48,7 @@ -