only add Column Reorder no oder functionality

only add Column Reorder no oder functionality

lemonchislemonchis Posts: 1Questions: 0Answers: 0
edited May 2013 in General
Hello Everyone,
This is how I am adding the reordering in my tables

var oTable = $('.dataTable-custom').dataTable({
"sDom": "<'row-fluid'<'span12'T>>t<'row-fluid'>",
"bSort": true,
"sDom": 'Rlfrtip'
"oTableTools": {
"aButtons": ["copy", "csv", "xls", "pdf"],
"sSwfPath": "/assets/copy_csv_xls_pdf.swf"
}

However, when I add "sDom": 'Rlfrtip', it adds pagination, and search bars and a selector to asks how many records per page i want.
I would like to only add the column reordering feature if possibe.
Thank you so much,

Adrian.

Replies

  • allanallan Posts: 63,213Questions: 1Answers: 10,415 Site admin
    Remove the options you don't want from sDom - such as `l` for length etc - etc.

    Allan
This discussion has been closed.