mColumns and sExtends: "collection"

mColumns and sExtends: "collection"

LukeLuke Posts: 4Questions: 0Answers: 0
edited June 2011 in General
Apparently mColumns in the following configuration isn't supported? A bug? Or maybe my flawed configuration?

Once I extend "csv" instead of "collection", no problem.

[code]
"aButtons": [
{
"sExtends": "collection",
"sButtonText": "Spara",
"mColumns": "visible",
"aButtons": [ "csv", "xls", "pdf" ]
}
]
[/code]

Replies

  • allanallan Posts: 63,248Questions: 1Answers: 10,419 Site admin
    mColumns has no effect on the collection button - and it's value is not inherited by any sub-buttons (although that is a nice idea). If you want mColumns to have effects on your csv etc buttons, you'd need to extend them and set mColumns for them as well.

    Allan
This discussion has been closed.