Following is the list of available events for row selection when using <p:dataTable />
Done!!
No. | Event | Purpose/Usage |
1 | rowSelect | Select a row by clicking on the row |
2 | rowUnselect | Unselect a row by clicking on the row |
3 | rowSelectCheckbox | Select a row by checking the selection checkbox |
4 | rowUnselectCheckbox | Unselect a row by unchecking the selection checkbox |
5 | toggleSelect | Select/Unselect all rows by clicking on the header checkbox |
6 | rowDblselect | Select/Unselect a row when D-click |
Done!!
is there an Event when you change page ? (Paginator)
ReplyDeleteHi,
Deleteyou may try this
http://stackoverflow.com/questions/17487670/update-component-at-change-of-page-on-primefaces-datagrid-with-pagination
Great info! It helps me a lot. Thanks!
ReplyDelete