how can I specify targets such as from column 20 til 30 when I am using visiable option

how can I specify targets such as from column 20 til 30 when I am using visiable option

meneleyhmeneleyh Posts: 3Questions: 2Answers: 0
    columnDefs: [
        { visible: false, targets: [2, 4, 5, 6, 7, 8, 11, ... , 31, 35] },

the ellipsis should be replaced by whatever could stand for columns 20 through 30

Answers

Sign In or Register to comment.