+
@@ -48,9 +48,9 @@ function onSort(columnId) {
const props = defineProps({
/** Table description for screen reader users */
ariaLabel: {type: String, default: null},
- /** This value will be used as the `aria-labelledby` attribute for the table if there's no template "label" provided. */
+ /** This value will be used as the `aria-labelledby` attribute for the table if there's no slot/template "label" provided. */
labelledBy: {type: String, default: null},
- /** This value will be used as the `aria-describedby` attribute for the table if there's no template "description" provided. */
+ /** This value will be used as the `aria-describedby` attribute for the table if there's no slot/template "description" provided. */
describedBy: {type: String, default: null},
/**
* {column: String, direction: String}, use useSorting composable to control sortDescriptor