From 8df4f3f43b04de9b3514618c67dcae5dbe58a1d8 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 16 Jan 2025 01:51:21 +0100 Subject: [PATCH] chore: doc --- source/components/datatable/filter.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/components/datatable/filter.mjs b/source/components/datatable/filter.mjs index 48ab89436..964b25ba1 100644 --- a/source/components/datatable/filter.mjs +++ b/source/components/datatable/filter.mjs @@ -539,6 +539,9 @@ function initControlReferences() { return this; } +/** + * @private + */ function updateFilterSelections() { queueMicrotask(() => { const options = this[settingsSymbol].getOptions(); @@ -619,7 +622,7 @@ function initFilter() { } /** - * + * @private * @param {string} input * @return {*} */ -- GitLab