diff --git a/_data/components/otableData/00table.yml b/_data/components/otableData/00table.yml index 84638897f..566fae20e 100644 --- a/_data/components/otableData/00table.yml +++ b/_data/components/otableData/00table.yml @@ -137,7 +137,10 @@ attributes: [{ required: "", description: "Indicates whether or not to show the column of checkboxes for selecting table rows in the table" },{ - name: "orderable" + name: "orderable", + type: "no | false | yes | true", + default: "yes", + description: "Indicates whether or not all columns in the table can be sorted" },{ name: "enabled", type: "no | false | yes | true", @@ -151,17 +154,15 @@ attributes: [{ required: "", description: "Indicates whether or not the table columns are resizables" },{ - name: "keep-selected-items" + name: "keep-selected-items", + type: "no | false | yes | true", + default: "yes", + description: "Indicates whether or not to keep a table row highlighted as selected" },{ name: "export-service-type", type: "string", - description: "The service used by the table for exporting it's data, it must implement 'IExportService' interface. Default: 'OntimizeExportService'" -},{ - name: "visible-export-dialog-buttons", - type: "string", - default: "", - required: "", - description: "Visible buttons in export dialog, separated by ';'" + default: "OntimizeExportService", + description: "The service used by the table for exporting it's data, it must implement 'IExportService' interface" },{ name: "show-filter-option", type: "no | false | yes | true", diff --git a/_data/components/service.yml b/_data/components/service.yml index 42021a388..fe6bbaf5e 100644 --- a/_data/components/service.yml +++ b/_data/components/service.yml @@ -58,7 +58,7 @@ attributes: [{ name: "page-size-options" },{ name: "quick-filter-appearance", - type: "legacy | standard | fill | outline", + type: "fill | outline", default : "outline", required : "", description : "Indicates which of the mat-form-field different except in o-table component[appearance variants](https://v15.material.angular.io/components/form-field/overview#form-field-appearance-variants) will be used. except in the o-table component."