Search
791 results 771-780
Forum
- 6th Sep 2010Cannot "freeze" left columnimplemented DataTables and the FixedHeader plugin - http://www.memphisyouthsoccer.com/availtest/reflog.php but I
- 26th Feb 2010Using Fixed HeaderWhen I use new FixedHeader(), I get an extra
- 16th Aug 2022FixedHeader multiple tables header positioning issueinitialised: DataTable .tables( { visible: true, api: true } ) .fixedHeader.adjust(); http://live.datatables.net/vebosojo/3/edit
- 22nd Jul 2020I cannot use the fixedheader option.don't have the scrollX: true option in my table
- 20th Nov 2019FixedHeader column width not calculating properly with multi column headersthis .css('table-layout', 'fixed') */ .attr('aria-hidden', 'true') @allan, are you planning
- 26th Nov 2018Column Search (Select Inputs) doesn't work with scrollX: trueNot sure what is causing the syntax error. I updated my example to use Bootstrap 3. http://live.datatables.net/liheluka/4/edit Still seems to work correctly. Do you have other Datatables extensions like FixedColumns or FixedHeader? Kevin
- 17th Aug 2015When using fixedheader with nowrap,columns don't match when you scroll down.nvm, I just set autowidth to true and it worked. However if I scroll to the right or to the left the headers don't align.
- 7th Mar 2014FixedHeader with fnHeaderCallback, FixedHeader work but fnHeaderCallback not workextra parameter of _fnUpdateClones(), "true". I saw the source
- 14th Oct 2013FixedHeader columns not lining up100%", "iDisplayLength": 50, "bScrollCollapse": true, bAutoWidth: false, "bPaginate": false,
- 1st Feb 2012FixedHeader renders improperly in Chrome and Safari until the window is scrolledfollowing with it: thatElement.hidden = true; $(window).scroll(function() { thatElement.hidden = false; }); $(window).resize(function()