Toggle button to turn on/off for fixed header?
Toggle button to turn on/off for fixed header?
cha59
Posts: 87Questions: 23Answers: 0
Hi
I'm wondering if it is possible to have a toggle button along with the other buttons, that would turn on/off for fixed header? Some of the users love fixed header, some doesn't, so it would be nice to have a button, that turned it on or off.
Any ideas?
Claus
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use
fixedHeader.enable()
to toggle the fixed header on or off. Thebuttons.buttons.action
allows for creating custom buttons.Kevin
Thanks Kevin