Use upstream version of dataTables.select as the fix was merged

This commit is contained in:
Jan Böhmer 2026-06-21 14:41:56 +02:00
parent 176d5ad2b6
commit 8c88df4ecf
2 changed files with 1 additions and 1541 deletions

View file

@ -38,9 +38,7 @@ import 'datatables.net-colreorder-bs5';
import 'datatables.net-responsive-bs5';
import '../../../js/lib/datatables';
//import 'datatables.net-select-bs5';
//Use the local version containing the fix for the select extension
import '../../../js/lib/dataTables.select.mjs';
import 'datatables.net-select-bs5';
const EVENT_DT_LOADED = 'dt:loaded';