|
107 | 107 | "readonly": false, |
108 | 108 | "type": "boolean", |
109 | 109 | "default": "true", |
110 | | - "description": "Determines whether the 'Remove' button should be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set." |
| 110 | + "description": "Determines whether the 'Remove' button should be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set." |
111 | 111 | }, |
112 | 112 | { |
113 | 113 | "name": "showRowEditButton", |
114 | 114 | "optional": false, |
115 | 115 | "readonly": false, |
116 | 116 | "type": "boolean", |
117 | 117 | "default": "true", |
118 | | - "description": "Determines whether the 'Edit' button should be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set." |
| 118 | + "description": "Determines whether the 'Edit' button should be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set." |
119 | 119 | }, |
120 | 120 | { |
121 | 121 | "name": "rowMenuItems", |
122 | 122 | "optional": true, |
123 | 123 | "readonly": false, |
124 | 124 | "type": "CpsMenuItem[]", |
125 | | - "description": "Custom items to be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true." |
| 125 | + "description": "Custom items to be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true." |
126 | 126 | }, |
127 | 127 | { |
128 | 128 | "name": "reorderableRows", |
|
178 | 178 | "readonly": false, |
179 | 179 | "type": "boolean", |
180 | 180 | "default": "true", |
181 | | - "description": "If true, automatically detects filter type based on values, otherwise sets 'text' filter type for all columns.\r\nNote: This setting only takes effect if 'filterableByColumns' is true." |
| 181 | + "description": "If true, automatically detects filter type based on values, otherwise sets 'text' filter type for all columns.\nNote: This setting only takes effect if 'filterableByColumns' is true." |
182 | 182 | }, |
183 | 183 | { |
184 | 184 | "name": "sortMode", |
|
570 | 570 | "readonly": false, |
571 | 571 | "type": "boolean", |
572 | 572 | "default": "false", |
573 | | - "description": "Determines whether columns are resizable.\r\nIn case of using a custom template for columns, it is also needed to add cpsTColResizable directive to th elements." |
| 573 | + "description": "Determines whether columns are resizable.\nIn case of using a custom template for columns, it is also needed to add cpsTColResizable directive to th elements." |
574 | 574 | }, |
575 | 575 | { |
576 | 576 | "name": "columnResizeMode", |
577 | 577 | "optional": false, |
578 | 578 | "readonly": false, |
579 | 579 | "type": "\"expand\" | \"fit\"", |
580 | 580 | "default": "fit", |
581 | | - "description": "Determines how the columns are resized. It can be 'fit' (total width of the table stays the same) or 'expand' (total width of the table changes when resizing columns).\r\nNote: This setting only takes effect if 'resizableColumns' is true." |
| 581 | + "description": "Determines how the columns are resized. It can be 'fit' (total width of the table stays the same) or 'expand' (total width of the table changes when resizing columns).\nNote: This setting only takes effect if 'resizableColumns' is true." |
582 | 582 | } |
583 | 583 | ] |
584 | 584 | }, |
|
0 commit comments