No se acomoda Thead al implementar ScrollY:300
No se acomoda Thead al implementar ScrollY:300

Link to test case: http://live.datatables.net/kimajupa/1/edit
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You need to use
columns.adjust()
similar to this example when the modal is shown. Your updated example:http://live.datatables.net/kimajupa/3/edit
Kevin
Great it worked!
Thanks for the example.