I have used this .js files and following method.
https://code.jquery.com/jquery-3.3.1.js https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js https://cdn.datatables.net/fixedcolumns/3.2.6/js/dataTables.fixedColumns.min.js
var table = $("#ShowDetails").DataTable({
scrollX: true,
scrollCollapse: true,
paging: false,
fixedColumns: {
leftColumns: 1,}
});
But it is not working properly , i need to know how to do table structure like this.

high lighted should be freeze
Try this example http://www.cubicfactory.com/jseditor/welcome/137556/edit Make sure you have included all js libraries in this example
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With