fixedheader question
fixedheader question
eastofthesun
Posts: 12Questions: 4Answers: 0
in FixedHeader
Hi
Im using:
$(document).ready( function () { var table = $('#table_id').DataTable(); new $.fn.dataTable.FixedHeader( table,{ "left": true} ); } );works fine but the zebra coloring vansihed on the fixed column...how do I get it back?
thanks in advance
This discussion has been closed.
Answers
I use following css to get it back. To find it I checked what is the style (through Chrome Developer Tools), where does it come from and then copy/pasted exact signature from the original css into mine
great...but where do you execute it since the header init will override the css?
Can you please link to a test case showing the issue, as per the forum rules.
Allan
hi allan
the issue is the same as:
https://datatables.net/release-datatables/extensions/FixedHeader/examples/zIndexes.html
where the left column has lost its coloring...
thanks in advance