-
Notifications
You must be signed in to change notification settings - Fork 16
pacx view addPowerappGridControl
github-actions[bot] edited this page Mar 7, 2026
·
3 revisions
(Preview) Adds a Power Apps grid control to a given view.
pacx view pappgrid| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
viewName |
n |
Y | The display name of the view to update. | - | String |
table |
t |
N | The name of the table that contains the view. Required only if the view name is not unique in the system. | - | String |
type |
q |
N | The type of query. | SavedQuery |
SavedQuery, UserQuery |
force |
f |
N | Force the update of the control if a custom control is already set on the view. | - | true, false |
accessibleLabel |
al |
N | The accessible label for the grid control. | - | String |
enableEditing |
ee |
N | Enable editing functionality in the grid control. | False |
true, false |
disableChildItemsEditing |
dcie |
N | Disable editing of child items in the grid control. | False |
true, false |
enableFiltering |
ef |
N | Enable filtering functionality in the grid control. | True |
true, false |
enableSorting |
es |
N | Enable sorting functionality in the grid control. | True |
true, false |
enableGrouping |
eg |
N | Enable grouping functionality in the grid control. | False |
true, false |
enableAggregation |
ea |
N | Enable aggregation functionality in the grid control. | False |
true, false |
enableColumnMoving |
ecm |
N | Enable column moving functionality in the grid control. | False |
true, false |
enableMultipleSelection |
ems |
N | Enable multiple selection functionality in the grid control. | True |
true, false |
enableRangeSelection |
ers |
N | Enable range selection functionality in the grid control. | True |
true, false |
enableJumpBar |
ejb |
N | Enable jump bar functionality in the grid control. | False |
true, false |
enablePagination |
ep |
N | Enable pagination functionality in the grid control. | False |
true, false |
enableDropdownColor |
edc |
N | Enable dropdown color functionality in the grid control. | True |
true, false |
enableStatusIcons |
esi |
N | Enable status icons functionality in the grid control. | False |
true, false |
enableTypeIcons |
eti |
N | Enable type icons functionality in the grid control. | False |
true, false |
reflowBehavior |
ref |
N | The reflow behavior of the grid control. | Reflow |
Reflow, GridOnly, ListOnly |
showAvatar |
avatar |
N | Show avatar in the grid control. | True |
true, false |
numberOfListColumns |
cols |
N | The number of list columns in the grid control. | 3 |
Int32 |
contextualFilters |
cf |
N | Enable contextual lookup column filters in the grid control. | True |
true, false |
lookupFilterBeginsWith |
lfbw |
N | Filter lookup suggestions from their starting letter. | False |
true, false |
useFirstColumnForLookupEdits |
ufcfle |
N | Use first column for lookup edits in the grid control. | False |
true, false |
customizerControl |
cc |
N | The full name of the grid customizer control. | - | String |
navigationTypesAllowed |
nav |
N | The types of navigation allowed in the grid control. | All |
All, PrimaryOnly, None |
- pacx auth
- pacx column
- pacx completion
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow