Поиск по этому блогу

Показаны сообщения с ярлыком keyboard navigation. Показать все сообщения
Показаны сообщения с ярлыком keyboard navigation. Показать все сообщения

пятница, 14 февраля 2014 г.

Keyboard navigation on datatable


Hello. My English is not very good, that’s why minimum words and maximum code.
All code you can download on GitHub here.
In this article I want to suggest my implementation of keyboard navigation on datatable. This will be work only with primefaces version 4 or higher.
Suppose we have a table:
<p:dataTable id="dataTable" widgetVar="table" ...>
...
</p:dataTable>