From 3bc13c807048e084d3eb0eea5cab88d1902ee785 Mon Sep 17 00:00:00 2001 From: Santiago Balladares <744091+santiagoballadares@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:22:55 -0500 Subject: [PATCH] chore(kt-standard-table): fix inline filters implementation in docs --- .../pages/usage/components/standard-table.vue | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/packages/documentation/pages/usage/components/standard-table.vue b/packages/documentation/pages/usage/components/standard-table.vue index 598f2a0d8..01ddb5836 100644 --- a/packages/documentation/pages/usage/components/standard-table.vue +++ b/packages/documentation/pages/usage/components/standard-table.vue @@ -379,38 +379,6 @@ export default defineComponent({ type: Kotti.StandardTable.FilterType.NUMBER_RANGE, unit: 'Kg', }, - ...(settings.value.showInlineFilters - ? [ - { - dataTest: 'single-select-filter-inline', - displayInline: true, - id: 'singleSelectFilterInline', - isUnsorted: true, - label: 'Single select filter Inline', - options: [ - { - dataTest: 'opt-1', - isDisabled: false, - label: 'Option 1', - value: 101, - }, - { - dataTest: 'opt-2', - isDisabled: false, - label: 'Option 2', - value: 102, - }, - { - dataTest: 'opt-3', - isDisabled: false, - label: 'Option 3', - value: 103, - }, - ], - type: Kotti.StandardTable.FilterType.SINGLE_SELECT, - }, - ] - : []), ]) useKottiStandardTable(