diff --git a/source/components/datatable/datatable.mjs b/source/components/datatable/datatable.mjs index dddfe7c12b8b5f9493a67482c620ab7ef2e4bcc3..97ae3f616ce99ed01a7bb556e6a8ee44ca322ad6 100644 --- a/source/components/datatable/datatable.mjs +++ b/source/components/datatable/datatable.mjs @@ -137,7 +137,7 @@ const resizeObserverSymbol = Symbol("resizeObserver"); * @example /examples/components/datatable/datasource Use a datasource * @example /examples/components/datatable/pagination Use pagination * @example /examples/components/datatable/filter Filer the data - * @example /examples/components/datatable/ Select rows + * @example /examples/components/datatable/select-rows Select rows * * @copyright schukai GmbH * @summary A beautiful and highly customizable data table. It can be used to display data from a data source.