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
* Defines a function that receives an object as a parameter, including the cell and table instance, and should return the `aria-label` of the current cell.
439
439
*
440
440
* __Note:__ Use this property if there is no textual content available through the dataset (e.g. no `accessor` field available), or if you want to provide additional context when navigating to the respective cell for screen readers.
441
441
*
442
442
* __Note:__ To retrieve the internal `aria-label`, utilize the `cell.cellLabel` property.
443
443
*/
444
-
cellLabel?: (param?: CellLabelParam)=>string;
444
+
cellLabel?: (param: CellLabelParam)=>string;
445
445
/**
446
446
* Defines the column width. If not set the table will distribute all columns without a width evenly.
0 commit comments