Search
210 results 21-30
Forum
- 24th Oct 2020bootstrap4 table-responsive with search panes and buttonsHi @sandy , Thanks! This works nicely. Sorry for not finding it by myself. Cheers, Carlos
- 21st Oct 2020Parent/child editing in child row does not work with responsive bootstrap4Are you able to link your page, or create a test case that demonstrates the issue, as that would help understand the problem? Colin
- 26th Apr 2020Bootstrap4 Changing Header Info To DarkKevin thanks for the quick feedback; I'm using version 4.3.1 which has the same issue - but you have provided a possible workaround and I appreciate that!
- 10th Apr 2020style bootstrap4 is not workingJust the regular Bootstrap table classes should be all that is needed. If you give me a link to your page, I'd be happy to take a look and help debug it. Allan
- 18th Feb 2020Bootstrap4 DataTable sort and search are not working.I identified the problem. Adding this: var n = document.createElement('script'); n.setAttribute('language', 'JavaScript'); n.setAttribute('src', 'https://debug.datatables.net/debug.js'); document.body.appendChild(n); helped me figure out where the problem is.
- 28th Nov 2019Adding Colvis to Bootstrap4 Drop-down does not work.Thank you too @allan.
- 18th Nov 2019Bootstrap4 Collections Dropdown not visibleIt is definitely a css issue, for some reason the absolute positioning is causing issues. Here's my fix /* Override Datatables Dropdown */ .dt-button-collection .dropdown-menu { position:relative !important }
- 15th Oct 2019How to responsive fixed or sticky last column in datatable with bootstrap4 ?Hi @ashishsoni40 , We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here. Cheers, Colin
- 11th Oct 2019customform not in modal Bootstrap4Great! Thank you
- 12th Jul 2019How to add input to pagination in bootstrap4?Hi @cepesh16 , There was a slight bug in that code, a variable had been commented out. Here it is and it seems to work: http://live.datatables.net/huzebapo/1/edit Cheers, Colin