FixedHeader doesn't work without Width attribute
FixedHeader doesn't work without Width attribute
ichversuchte
Posts: 4Questions: 2Answers: 0
Hello,
Is there a way around getting FixedHeader to work if we don't' specify Width="100%"?
Here is our table element
<table id="ptable" class="table table-striped dt-responsive" cellspacing="0">
If we add width attribute the fixedHeader will work perfectly. However, if we do add width then bootstrap doesn't function.
Any help would be appreciated.
-Brandon
This discussion has been closed.
Answers
Please describe "doesn't function". Can you provide a test case showing the problem?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
This example works with `width="100%":
https://datatables.net/extensions/fixedheader/examples/styling/bootstrap.html
Kevin
Thank you for the quick reply. I can certainly create a test case for you. Ill send it over once i can repo.