Please check the following and jsfiddle
$(document).ready(function () {
$('#ControllersDataTable').dataTable({
"scrollY": "200px",
"paging": false
});
});
data table headers are not aligned on resize. Can anyone solve this?