can i use tabletools and column filter widgets at a time?

can i use tabletools and column filter widgets at a time?

sunildonsunildon Posts: 40Questions: 7Answers: 0
edited April 2014 in TableTools
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

Replies

  • audityabaudityab Posts: 2Questions: 0Answers: 0
    You can include R into your sDOM
    sDom": 'TR<"clear">lfrtip',

    Avoid using duplicate sDom, This will crash your datatable.
  • sunildonsunildon Posts: 40Questions: 7Answers: 0
    ok mate i will note that . cheers Thank you
This discussion has been closed.