Dynamic code to sort based on a particular column

Dynamic code to sort based on a particular column

badamrrbadamrr Posts: 1Questions: 0Answers: 0
edited June 2013 in Feature requests
Hi Guys,
Firstly thank you so much for the plugin. Really it helped me a lot in lot many things.

Help me plz on this issue.
I am using inline editing and show and hide both in my datatable. When the table initially loaded the header columns were to one end and the table data was dispersed to more space. When I click on header its getting resized and looking great. But I dont want the user to click on any header to resize. Plz provide code for me to automatically resize dynamically when any change happend during resize or help me in fixing the issue,


lineItemsTable = $("#lineItemsResultsTable").dataTable( {
"sScrollY": 260,
"sScrollX": "100%",
"sScrollXInner": "110%",
"sPaginationType" : "full_numbers",
"bJQueryUI" : true

});


Thanks a lot in advance
This discussion has been closed.