67611: Fixed radio button bug + hide pagintion details

This commit is contained in:
Kristof De Langhe
2019-12-05 10:58:38 +01:00
parent 0210be1a53
commit 6ada3fae5b
12 changed files with 36 additions and 5 deletions

View File

@@ -69,6 +69,11 @@ export class ObjectGridComponent implements OnInit {
*/
@Input() context: Context;
/**
* Option for hiding the pagination detail
*/
@Input() hidePaginationDetail = false;
/**
* Behavior subject to output the current listable objects
*/