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
Copy file name to clipboardExpand all lines: packages/main/src/Table.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ type TableRowActionClickEventDetail = {
170
170
* This can only be achieved through a custom accessibility announcement.
171
171
* To support this, UI5 Web Components expose its own accessibility metadata via the `accessibilityInfo` property.
172
172
* The `ui5-table` uses this information to create the required custom announcements dynamically.
173
-
* If you include custom web components inside table cells that are not part of the standard UI5 Web Components set, their accessibility information can be provided using the `data-ui5-table-acc-text` attribute.
173
+
* If you include custom web components inside table cells that are not part of the standard UI5 Web Components set, their accessibility information can be provided using the `data-ui5-acc-text` attribute.
174
174
*
175
175
* ### ES6 Module Import
176
176
*
@@ -359,11 +359,11 @@ class Table extends UI5Element {
359
359
loading=false;
360
360
361
361
/**
362
-
* Defines the delay in milliseconds, after which the loading indicator will show up for this component.
362
+
* Defines the delay in milliseconds, after which the loading indicator will show up for this component.
363
363
*
364
-
* @default 1000
365
-
* @public
366
-
*/
364
+
* @default 1000
365
+
* @public
366
+
*/
367
367
@property({type: Number})
368
368
loadingDelay=1000;
369
369
@@ -431,7 +431,7 @@ class Table extends UI5Element {
0 commit comments