Search
210 results 41-50
Forum
- 10th Sep 2018Remove the unwanted spaces in the pagination buttons - BOOTSTRAP4This example looks correct: https://datatables.net/examples/styling/bootstrap4.html Seems like something specific (CSS maybe) to your environment is causing the spacing. Can you post a link to your page or a test case showing the issue? https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin
- 28th Aug 2018style width: 0px appears for Bootstrap4 Complex headersI might be missing something but it seems to work here: http://live.datatables.net/huhuhalu/1/edit Kevin
- 28th Mar 2018[Datatables not working] Using Flask and Bootstrap4It should be - demo here. Allan
- 12th Feb 2018Bootstrap4 CSS attribute 'display: none'Hey, wow, okay I spend so many hours trying to fix this problem. window.onload = function () { $('.table').hide(); }; but with this script, the table can't show up. thanks for your help allan.
- 20th Aug 2020bootstrap4 conf.close bugconsider this example https://editor.datatables.net/examples/styling/bootstrap4.html if user clicks NEW button then clicks again before modal is fully shown an error will occur: Uncaught TypeError: d.close is not a function to replicate it, try to click NEW button quickly multiple times. this probably rarely to happen but I had to dedug it and report it. one quick fix in editor.bootstrap4.js line 143 allowBackgroundClick = $(e.target).hasClass('modal') && conf.shown to allowBackgroundClick = $(e.target).hasClass('modal') && conf.shown && conf.fullyDisplayed
- 5th Mar 2025datatables 2.18 issue with solutionduring the upgrade from bootstrap4 + datatables 1.x to boostrap
- 24th Jan 2025datatable overflows containerdatatables 2.1.8 * fixedHeader 4.0.1 * bootstrap4 <div id="ForecastDIV" class="col majorSection
- 9th Oct 2024Editor and Select2-plugin: Create extra options 'on-the-fly'Bootstrap3 as well as Bootstrap4 heights: */ .select2-container--default .select2-selection__rendered { line-height:
- 13th Sep 2024styling background color in print in search filteringBy the way in previous post that I have problem with bootstrap4 and found other way to bypass it but this is search filtering.
- 11th Sep 2024datatables responsive boottrap column name comes after dataI am using datatables responsive bootstrap4 but my column name is after the data. I am using php mysql to load the data. Please refer and help