ColVis Problem - not showing the index names of the 's nor my Show none button.

ColVis Problem - not showing the index names of the 's nor my Show none button.

tetrapack68tetrapack68 Posts: 3Questions: 2Answers: 0

The topci pretty much explains my problem. Here is a picture so everybody knows what I exactly mean since my english is not the best: http://www.directupload.net/file/d/4055/wlfh7ktr_jpg.htm

This is my code:

        sDom: '<"top"i>rCt<"bottom"flp><"clear">',
        colVis: {
                activate: "mouseover",
                buttonText: "Zeige/Verstecke Spalten",
                showAll: "Show all",
                showNone: "Show none",
                restore: "Restore",
                exclude: [ 0, 1, 2, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41 ]
        }
This discussion has been closed.