Table settings

System administrators can manage many ArcGIS Pro user application settings.

The settings described below should be added under the Table element in the Pro.settingsConfig file.

Learn more about table options

DisableAddRow

In the user interface, on the Table tab on the Options dialog box, click Set options for adding new rows > Hide the 'Click to add new row' option for feature class tables to access the corresponding setting.

Possible values are the following:

  • true
  • false (default)

An example of this setting is shown below.

<DisableAddRow isLocked="true">true</DisableAddRow>

AllowWebLinks

In the user interface, on the Security tab on the Options dialog box, click Allow web links to access the corresponding setting.

Possible values are the following:

  • true (default)
  • false

An example of this setting is shown below.

<AllowWebLinks isLocked="true">false</AllowWebLinks>

SupportedURISchemeList

Use this setting if AllowWebLinks is set to true. In the user interface, on the Security tab on the Options dialog box, click Allow web links > Supported URI schemes to access the corresponding setting.

Many URI schemes are supported. Open the Security options and browse the list to see the available choices. Additional URI schemes can be added.

An example of this setting is shown below.

<SupportedUriSchemeList isLocked="true">ftp,ftps,http</SupportedUriSchemeList>

AllowFileLinks

In the user interface, on the Security tab on the Options dialog box, click Allow file links to access the corresponding setting.

Possible values are the following:

  • true (default)
  • false

An example of this setting is shown below.

<AllowFileLinks isLocked="true">false</AllowFileLinks>

SupportedFileExtensionList

Use this setting if AllowFileLinks is set to true. In the user interface, on the Security tab on the Options dialog box, click Allow file links > Supported file extensions to access the corresponding setting.

Many file extensions are supported. Open the Security options and browse the list to see the available choices. Additional file extensions can be added.

An example of this setting is shown below.

<SupportedFileExtensionList isLocked="true">.7z,.csv</SupportedFileExtensionList>

FontName

In the user interface, on the Table tab on the Options dialog box, click Set options for table appearance > Table font to access the corresponding setting.

Possible values are those that appear in the Font drop-down list. Segoe UI is the default.

An example of this setting is shown below.

<FontName isLocked="true">Tahoma</FontName>

FontSize

In the user interface, on the Table tab on the Options dialog box, click Set options for table appearance > Table font to access the corresponding setting.

Possible values are the following, which appear in the Size drop-down list:

  • 8
  • 9
  • 10
  • 11 (default)
  • 12
  • 14
  • 16
  • 18
  • 20
  • 22
  • 24
  • 26
  • 28
  • 36
  • 48
  • 72

An example of this setting is shown below.

<FontSize isLocked="true">11</FontSize>