impaktapps-ui-builder 1.0.430-test-1 → 1.0.430-test-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8252,7 +8252,6 @@ const buildPropertiesSection = function(type) {
8252
8252
  getRadioInputField("disableGlobalSearch", "Disable Global Search", ["YES", "NO"]),
8253
8253
  getRadioInputField("disableColumnFilter", "Disable Column Filter", ["YES", "NO"]),
8254
8254
  getRadioInputField("disableSorting", "Disable Sorting", ["YES", "NO"]),
8255
- getRadioInputField("mergeExpandIcon", "Merge Expand Icon", ["YES", "NO"]),
8256
8255
  getRadioInputField("disableEditColumn", "Disable Edit Column", ["YES", "NO"]),
8257
8256
  getRadioInputField("disableFullScreenToggle", "Disable Full Screen", ["YES", "NO"]),
8258
8257
  getRadioInputField("disableDensityToggle", "Disable Density Toggle", ["YES", "NO"]),
@@ -8265,6 +8264,7 @@ const buildPropertiesSection = function(type) {
8265
8264
  buildWrapper("Tree Table Properties", [
8266
8265
  getRadioInputField("enableRowMovement", "Row Rearrangement", ["YES", "NO"]),
8267
8266
  getRadioInputField("enableExpanding", "Row Expanding", ["YES", "NO"]),
8267
+ getRadioInputField("mergeExpandIcon", "Merge Expand Icon", ["YES", "NO"]),
8268
8268
  getRadioInputField("paginateExpandedRows", "Multi Page Expansion", ["YES", "NO"]),
8269
8269
  getRadioInputField("treeStructure", "Flat Tree Structure", ["YES", "NO"]),
8270
8270
  getRadioInputField("filterFromLeafRows", "Filter from tree rows", ["YES", "NO"]),