can i use tabletools and column filter widgets at a time?
can i use tabletools and column filter widgets at a time?
sunildon
Posts: 40Questions: 7Answers: 0
Hi Alan & friends : Critical question
I been working on jquery datatable . Now i have to add the tabletools plugin for exporting options to various sources and also Column filter widgets for my advanced filtering .
Well i have seen these functionality individually and implemented Table tools functionality but now i am facing this confusion beocz column filter widgets also uses SDOM paramter like Table tools .
I dont know how to deal this bizaree situation . Can i have two sDom in my datatable ?
Well this may be not useful in this context but my table tools piece of code :
sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "/release-datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf"
Regards
I been working on jquery datatable . Now i have to add the tabletools plugin for exporting options to various sources and also Column filter widgets for my advanced filtering .
Well i have seen these functionality individually and implemented Table tools functionality but now i am facing this confusion beocz column filter widgets also uses SDOM paramter like Table tools .
I dont know how to deal this bizaree situation . Can i have two sDom in my datatable ?
Well this may be not useful in this context but my table tools piece of code :
sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "/release-datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf"
Regards
This discussion has been closed.
Replies
sDom": 'TR<"clear">lfrtip',
Avoid using duplicate sDom, This will crash your datatable.