Headers not aligned using both scrolling
Headers not aligned using both scrolling
adromil
Posts: 53Questions: 4Answers: 0
Hi everyone,
Does any can provide me inputs how to resolve dis-aligned column headers when using vertical and horizontal scrolling.
I have uploaded my table on the DataTable debugger; ('#tblcontacts');
Thanks in advanced.
Does any can provide me inputs how to resolve dis-aligned column headers when using vertical and horizontal scrolling.
I have uploaded my table on the DataTable debugger; ('#tblcontacts');
Thanks in advanced.
This discussion has been closed.
Replies
here is the link
http://debug.datatables.net/adarev
Thanks in advanced!
My apologies.
I amde a work around and inserted a div element to contain the table element using [code]"sDom"[/code]
Here is the link the last time I modified before using my work-around:
http://localhost/datatables19/examples/test/
Thank you very much!