diff --git a/_data/components/otableData/00table.yml b/_data/components/otableData/00table.yml index 735469ae1..bcbadb980 100644 --- a/_data/components/otableData/00table.yml +++ b/_data/components/otableData/00table.yml @@ -243,6 +243,12 @@ attributes: [{ description: "Visible buttons in export dialog, separated by ';'. Default/no configured: show all. Empty value: hide all", required: "", default: "no" +},{ + name: "selection-on-row-click", + type: "yes|no|true|false", + description: "Indicates whether row selection is triggered when clicking on a row", + required: "", + default: "yes" }] inheritedOutputs: [{ diff --git a/_data/components/otableData/types/OTableGlobalConfig.yml b/_data/components/otableData/types/OTableGlobalConfig.yml index 40375a2de..85e3f18e0 100644 --- a/_data/components/otableData/types/OTableGlobalConfig.yml +++ b/_data/components/otableData/types/OTableGlobalConfig.yml @@ -57,7 +57,7 @@ attributes: [{ },{ name: "selectionOnRowClick", type: "boolean", - default : "false", + default : "", required : "", description : "Indicates whether row selection is triggered when clicking on a row." }, @@ -80,7 +80,5 @@ attributes: [{ default : "{threshold:300 , minVisibleRows: 300}", required : "", description : "Configuration object for loading strategy." -} - -] +}] diff --git a/docs/aditional-information/52-versions.md b/docs/aditional-information/52-versions.md index 0f1233c7d..8795dbfae 100644 --- a/docs/aditional-information/52-versions.md +++ b/docs/aditional-information/52-versions.md @@ -28,14 +28,17 @@ In this section you can check the different releases of **OntimizeWeb** and its
+