From d00689030ce7cd5c27bdddf21c3c2e63ec95062c Mon Sep 17 00:00:00 2001 From: Konstantin Fomin Date: Mon, 24 Feb 2025 12:01:14 +0200 Subject: [PATCH] make compatible with Conditional paging extension remove outline from bootstrap buttons --- features/inputPaging/src/dataTables.inputPaging.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/inputPaging/src/dataTables.inputPaging.ts b/features/inputPaging/src/dataTables.inputPaging.ts index 029d3a0f..e707415d 100644 --- a/features/inputPaging/src/dataTables.inputPaging.ts +++ b/features/inputPaging/src/dataTables.inputPaging.ts @@ -144,15 +144,15 @@ function stylingStructure(api) { return { wrapper: { tag: 'ul', - className: 'dt-inputpaging pagination' + className: 'dt-paging pagination' }, item: { tag: 'li', className: 'page-item', disabled: 'disabled', liner: { - tag: 'a', - className: 'page-link' + tag: 'button', + className: 'page-link shadow-none' } }, inputItem: {