You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **Note:** This property takes effect if `growing` is set to `Button`.
77
77
*
78
-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
78
+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
79
79
* @default undefined
80
80
*/
81
81
growingButtonSubtext?: string|undefined;
@@ -88,23 +88,23 @@ interface TableAttributes {
88
88
*
89
89
* **Note:** This property takes effect if `growing` is set to `Button`.
90
90
*
91
-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
91
+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
92
92
* @default undefined
93
93
*/
94
94
growingButtonText?: string|undefined;
95
95
96
96
/**
97
97
* Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.
98
98
*
99
-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
99
+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
100
100
* @default false
101
101
*/
102
102
hideNoData?: boolean;
103
103
104
104
/**
105
105
* Defines the mode of the component.
106
106
*
107
-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
107
+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
108
108
* @default "None"
109
109
*/
110
110
mode?: TableMode|keyoftypeofTableMode;
@@ -167,15 +167,15 @@ interface TablePropTypes
167
167
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
168
168
*
169
169
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
170
-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
170
+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
171
171
*/
172
172
columns?: UI5WCSlotsNode;
173
173
/**
174
174
* Fired when the user presses the `More` button or scrolls to the table's end.
175
175
*
176
176
* **Note:** The event will be fired if `growing` is set to `Button` or `Scroll`.
177
177
*
178
-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
178
+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
179
179
*
180
180
* | cancelable | bubbles |
181
181
* | :--------: | :-----: |
@@ -186,7 +186,7 @@ interface TablePropTypes
186
186
/**
187
187
* Fired when `TableColumn` is shown as a pop-in instead of hiding it.
188
188
*
189
-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
189
+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
190
190
*
191
191
* | cancelable | bubbles |
192
192
* | :--------: | :-----: |
@@ -207,7 +207,7 @@ interface TablePropTypes
207
207
* Fired when selection is changed by user interaction
208
208
* in `SingleSelect` and `MultiSelect` modes.
209
209
*
210
-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
210
+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-compat**.
0 commit comments