No Deselection of columns with Grouping (ColVis)

No Deselection of columns with Grouping (ColVis)

RockbRockb Posts: 97Questions: 0Answers: 0
edited April 2014 in DataTables 1.10
DataTables: 1.10.0-rc.2.dev
ColVis: 1.1.0

The columns, which are visible (bVisible) for standard, are still there, even If I exclude them via the grouping-request like

[code]groups: [
{
title: "Test",
columns: [ 6,7,8 ]
}[/code]

My standard-columns 1-5 are also visible. I think it makes more sense, to use the grouping to choose exactly what's requested, not as an addition.

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,050 Site admin
    So you think the columns 1-5 shouldn't be visible - is that what you are suggesting?

    Allan
  • RockbRockb Posts: 97Questions: 0Answers: 0
    Yes.
  • allanallan Posts: 61,438Questions: 1Answers: 10,050 Site admin
    Gotcha. Its a good idea, but I wanted to have the buttons excluded specifically rather than making it a bit more complex can having them conditionally included.

    Allan
  • RockbRockb Posts: 97Questions: 0Answers: 0
    Bummer! :-)
This discussion has been closed.