Is it possible to change button's behavior in a "menu style"?
Is it possible to change button's behavior in a "menu style"?
Vyacheslav
Posts: 70Questions: 27Answers: 0
Is it possible to change button's behavior in a "menu style"?
My problem is almost the same as I had in https://datatables.net/forums/discussion/31571/how-to-change-button-s-behavior-in-the-standard-example-page-length
When I click a button in drop-down menu I expect the button will be closed right after click.
Please see example: http://plnkr.co/edit/tJlVNa?p=preview
This discussion has been closed.
Replies
As of Buttons 1.1.2 yes. The
collectiontype has anautoCloseoption which can be set totrueto automatically close the list.Allan
It works. Thanks a lot!