Issue with Download Builder and BS 5
Issue with Download Builder and BS 5
kthorngren
Posts: 21,327Questions: 26Answers: 4,949
Steps to reproduce issue:
Step 1 select BS5
Step 2 select BS5 and Datatables
With Concatenate selected the following CDN is presented:
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.1/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs5/dt-1.10.25/datatables.min.css"/>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.1/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs5/dt-1.10.25/datatables.min.js"></script>
Uncheck Concatenate and the following is presented:
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css"/>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js"></script>
The BS5 code is not listed.
Kevin
Replies
There seems to be another issue with the download builder - if I use the recommondation to update -> https://datatables.net/download/#bs/jszip-2.5.0/pdfmake-0.1.36/dt-1.10.24/af-2.3.5/b-1.7.0/b-colvis-1.7.0/b-html5-1.7.0/b-print-1.7.0/cr-1.5.3/date-1.0.2/fc-3.3.2/fh-3.1.8/kt-2.6.1/r-2.2.7/rg-1.1.2/rr-1.2.7/sc-2.0.3/sb-1.0.1/sp-1.2.2/sl-1.3.2
and check concatenation + minified the result in the zip file does'nt contain the concatenated css files (neither minified nor unminified) and also Responsive is not included even though it was selected...
Thanks in advance, crest
Thanks, Kevin. I've raised it internally (DD-1998 for my reference) and we'll report back here when there's an update.
@crestAT Thanks too, that one was reported here, but I'll add this thread to the list and report back here too when updated.
Cheers,
Colin
@kthorngren - Thanks for pointing that one out Kevin! Fixed now.
@crestAT - This one has also been fixed now .
Allan
Thank you Colin and Allan for the superfast fix !!!