Skip to content

Commit

Permalink
Make description more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmatta committed May 10, 2024
1 parent 34c178f commit 6e672a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/composition/src/app/api-data/cps-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"readonly": false,
"type": "boolean",
"default": "true",
"description": "If true, automatically detects filter type based on values, otherwise sets string filter type for all columns.\nOnly applied when filterableByColumns is true."
"description": "If true, automatically detects filter type based on values, otherwise sets string filter type for all columns.\nNote: This setting only takes effect if 'filterableByColumns' is true."
},
{
"name": "sortMode",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class CpsTableComponent implements OnInit, AfterViewChecked, OnChanges {

/**
* If true, automatically detects filter type based on values, otherwise sets string filter type for all columns.
* Only applied when filterableByColumns is true.
* Note: This setting only takes effect if 'filterableByColumns' is true.
* @group Props
*/
@Input() autoColumnFilterType = true;
Expand Down

0 comments on commit 6e672a9

Please sign in to comment.