Order alphabetical column visibility button columns pop up
Order alphabetical column visibility button columns pop up
globalshareplans
Posts: 2Questions: 1Answers: 0
Before the Datatables upgrade to 1.10.*, we were able to order alphabetical the columns in the 'ColVis' button https://datatables.net/release-datatables/extensions/ColVis/examples/button_order.html .
But now, after the upgrade, I cannot found the way to do so.
Does anybody know if there is a way of doing that?
The buttons code looks like:
buttons: [
{
extend: 'columnVisibility',
text: 'Clear all',
visibility: false
},
{
extend: 'colvis',
columns: ':not(:last-child)'
}
],
This discussion has been closed.
Answers
Hey! I've been investigating but still can't see how to get around this... Anyone can give me clue?