Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions _data/components/otableData/00table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion _data/components/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down