Keyboard support for export button options i.e. print,csv,copy,excel
Keyboard support for export button options i.e. print,csv,copy,excel
Tavishi
Posts: 15Questions: 4Answers: 0
on pressing export button we get a popup giving the above options, but I see they are not accessible using keyboard. Is there any way in which I can do this using datatable properties.
This discussion has been closed.
Answers
I got the focus on the options, basically it gets the focus at the last, after it goes through all the tab elements of the page.
Is there any way to sort this issue.
Also this popup doesnot exit until and unless user click somewhere outside. Is there any way to close the popup using keyboard?
waiting for solution of my problem described above. Can anyone suggest me something.
Do you have your export buttons in a collection drop down, like in this example? If so, I'm afraid that looks like a deficiency in Buttons at this time. Thanks for letting me know about it - I've added it to my "to fix" list.
In the mean time, having the buttons not in a collection should work correctly.
Allan
oh.! yes currently they are in a collection. I will have to make them independent entity.
Thanks for your reply .