Table with 2 Fixed columns, scroll-x and with no sorting first column

Table with 2 Fixed columns, scroll-x and with no sorting first column

anupalusoftanupalusoft Posts: 3Questions: 0Answers: 0
edited June 2013 in General
Hi guys,

I am looking for DataTableof 2 fixed column which will have scroll-x and with disabled sort on first column.
I was figuring out it with
[code]
var oTable = $('.dataTable-custom').dataTable( {
"sScrollX": "100%",
"sScrollXInner": "100%",
"bScrollCollapse": true
} );
new FixedColumns( oTable, {
"iLeftColumns": 2,
"iLeftWidth": 750

} );
[/code]
How to include the sort disable in to it?
As i am new to DataTable, I searched allot more on this but no success. Please tell me how can i figured this out.
Thanks in advance

Replies

This discussion has been closed.