Search
791 results 1-10
Examples
Forum
- 17th Mar 2020Why does my header still scroll with fixedHeader: true?this table rather than FixedHeader: https://jsfiddle.net/h4ds3xk5/ . Allan
- 20th Feb 2026FixedHeader not bold but then bold after scroll activates sticky headerof the DataTable add "fixedHeader: true", set page length to
- 26th Oct 2025Horizontal scrolling and the Fixedheader briefly losing alignmentdownloads page. I have fixedHeader: true, scrollX: true,. Is there
- 25th Jun 2024FixedHeader not workingcreated with: table = jQuery('#task-and-po-table').DataTable({ fixedHeader: true, paging: true, This is
- 8th Nov 2021Using Fixedheader, Fixedcolumn, ScrollXheaderOffset. if you switch: fixedHeader: true To: fixedHeader: { headerOffset: 200
- 19th May 2021fixedHeader and scrollXorder" : [], "searching" : false, scrollX: true, fixedHeader: true, "initComplete": function(settings, json){
- 11th Oct 2020FixedHeader plugin doesn't workYour CDN links and fixedHeader: true work here: http://live.datatables.net/kalebazo/1/edit Make sure you are loading FixedHeadr.js after datatables.js. If this doesn't help please post a link to your page or update my example to show the issue. Kevin
- 15th Mar 2020scrollX: true generates an additional row instead of a scrollbarI have commented out fixedHeader: true for testing. But the result remains the same. Does anyone have any other suggestions? https://jsfiddle.net/RoloTomasi/w2espo8z/15/
- 14th Feb 2020FixedHeader too wide when fixed<script> jQuery(document).ready( function () { jQuery('#publications-table').DataTable( { "responsive": true, "order": [[ 2, 'desc' ]], "paging": false, "info": true, "searching": true, "fixedHeader": { header: true } } ); } ); </script>
- 2nd Nov 2018Cannot get FixedHeader work with Angular 6 + Bootstrapvar dataTable = $('inbox-table').DataTable({ bAutoWidth: true, fixedHeader: true }); If that doesn't