only add Column Reorder no oder functionality
only add Column Reorder no oder functionality
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.
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.
This discussion has been closed.
Replies
Allan