Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Left fixed columns with table colspan

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.

enter image description here

high lighted should be freeze

like image 328
Thisara Subath Avatar asked Feb 18 '26 16:02

Thisara Subath


1 Answers

Try this example http://www.cubicfactory.com/jseditor/welcome/137556/edit Make sure you have included all js libraries in this example

like image 86
Oshada Ekanayake Avatar answered Feb 20 '26 05:02

Oshada Ekanayake



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!