Kind: Class
Source: Pams/Web/portal/pams-web/src/app/models/core/page-data.model.ts (line 1)
Part of: Pams Web
Properties
| Property | Type |
|---|---|
url | string |
title | string |
popupTitle | string |
getParent | string |
parentTitle | string |
showColumnHeaders | boolean |
allowColumnReordering | boolean |
showHeaderFilter | boolean |
showRowFilter | boolean |
enablePaging | boolean |
cellTemplateDataField | string |
columns | any[] |
rowAlternationEnabled | boolean |
allowDragDrop | boolean |
resourceName | string |
queryParams | any[] |
enableNew | boolean |
enableEdit | boolean |
enableDelete | boolean |
enableImport | boolean |
enableExport | boolean |
Was this page helpful?