Hi guys,
I am trying to have a checkbox on the toolbar that hides columns.
Everything works but I can't add the label to the checkbox. Since I have a 7 checkbox on the toolbar I need to identify them.
The other option is to have a button but I need to change the Label on the button on the click event.
Something like this doesn't show the "Hide Tue' but rather just a checkbox.
{ type: 'checkbox', label: 'Hide Tue', listeners: [
{ "click": function (evt, ui)
{
}
}
]
}
Can you help me, please?
Thank you,