Search
210 results 91-100
Forum
- 20th Apr 2020How to set css or background color of row on hoverWith bootstrap4 this works well for me: <style> .dtSelected { background-color: rgba(8,158,96,0.11); } </style> var t1 = $('#yourtableid').DataTable( { ... }); t1.on('click', 'tr', function(){ $(document).find('tr').removeClass("dtSelected"); $(t1.row(this).selector.rows).addClass("dtSelected"); });
- 16th Mar 2020How to resize buttons and button text?I'm also using Bootstrap4. Here is an example for the info ... div.dataTables_info { color: #0274d8; font-size: 14px; } div.dataTables_wrapper div.dataTables_info { padding-top: 1.2em; padding-left: 2px; } Can I do something similar with the buttons?
- 21st Feb 2020seachPanes: Show pane by column name, not ordinal positiondrawn in my own bootstrap4 modal or sidebar (user
- 31st Jan 2020SearchPanes Button Display Bootstrap 3 not workingI'm getting this error with Bootstrap4... Uncaught TypeError: d._panes.adjust is not a function I'm using searchPanes 1.0.1 also
- 30th Jan 2020Flexbox Howtobelieve there is some bootstrap4 css that is controlling
- 21st Jan 2020SearchPane - feedbackthe download builder and bootstrap4 e.g. it didn't include
- 14th Jan 2020Use custom form without popupfields * Create custom form * Bootstrap4 enabled * Need a custom
- 30th Dec 2019scrollY with individual column searching (text inputs) in the header and set the value of the inputQuery 3.3.1, Moment 2.18.1, Bootstrap-4 4.1.1, DataTables 1.10.20, Buttons
- 26th Nov 2019DT 1.10.20 Select first column colour different / ignoring 'background color' directive.It was easy enough to try with Bootstrap4. Looks like it works: http://live.datatables.net/giwemafa/1/edit Kevin
- 23rd Oct 2019Use Bootstrap 4 modal with server-side callIt's must to be bootstrap4 modal by the way...