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 + + 15.8.1 + 15.1.1 + 15.0.1
15.0.0 + 15.3.0 + 15.1.2
15.1.1
15.1.0
15.0.0 + 15.1.0 + 15.1.2
15.1.1
15.1.0
15.0.0 + 15.8.0 - 15.1.1 - 15.0.1
15.0.0 - 15.3.0 - 15.1.2
15.1.1
15.1.0
15.0.0 - 15.1.0 - 15.1.2
15.1.1
15.1.0
15.0.0 15.7.1 diff --git a/docs/components/data/35-o-table.component.md b/docs/components/data/35-o-table.component.md index 34544ceb7..cbf86ffe6 100644 --- a/docs/components/data/35-o-table.component.md +++ b/docs/components/data/35-o-table.component.md @@ -994,7 +994,7 @@ Often when displaying numbers in a table, users want to show summary results of quick-filter="yes" filter-case-sensitive="true" > - + ``` @@ -1586,11 +1586,11 @@ If the selector `o-table-toolbar` is used together with `position='start'` the c - + - + ... - + ``` ![Add custom content in toolbar in position start]({{ "/assets/images/components/tabla/add-content-toolbar.png" | absolute_url }}){: .comp-example-img}