When i tab (via tabulator) through the elements of my page, im jumping on each single sort-by-column element in the table header (which by click sorts the datatable e.g. asc/desc by the column).
Is there any way to prevent this? I dont want to jump on the sort-elements inside the header, when i press tab.
for testing -> http://www.primefaces.org:8080/showcase/ui/data/datatable/sort.xhtml?jfwid=96c2f
just press tab and you will jump through the headers.
I need this for a page where the user tabs through all input elements - for workflow optimization. Jumping through all the sort-elements of all tables on this page is a big time waster.