TABLETOOLS 2.0.1 ALWAYS EXPORTS HIDDEN COLUMNS

TABLETOOLS 2.0.1 ALWAYS EXPORTS HIDDEN COLUMNS

w1zardw1zard Posts: 6Questions: 0Answers: 0
edited September 2011 in General
GRRRRR WT* IS WRONG WITH THIS PLUGIN......
has anyone fixed this bs?

Replies

  • w1zardw1zard Posts: 6Questions: 0Answers: 0
    [code] "aoColumns": [{ "bVisible": false }
    ,{ "bSortable": false }
    ,{ "bSortable": false }
    ,{ "bSortable": false }
    ,{ "bSortable": false }
    ,{ "bSortable": false }
    ,{ "bSortable": false }
    ,{ "bSortable": false }
    ][/code]
  • w1zardw1zard Posts: 6Questions: 0Answers: 0
    ok i see the problem with this retard developers code

    hate me idk, i fix this shite

    [code]
    else /* all */
    {
    for ( i=0, iLen=dt.aoColumns.length ; i
  • allanallan Posts: 63,530Questions: 1Answers: 10,474 Site admin
    As I just noted in the other thread that your brought this up in there is an option for this in TableTools called mColumns: http://datatables.net/extras/tabletools/button_options#mColumns . In some cases it can be useful to have hidden columns exported as well, this option makes it possible to have this and other options available.

    Also, please do not swear in this forum and show some respect for the community.

    Allan
  • wazzawazza Posts: 10Questions: 0Answers: 0
    allan, thanks a lot. i had the same problem in the thread (colvis+tabletools). luckily this is the answer to the same issue, now everything works perfect :)
This discussion has been closed.