DataTable refresh when using JSF h:dataTable as DOM source
DataTable refresh when using JSF h:dataTable as DOM source
KA2012
Posts: 16Questions: 0Answers: 0
Hi, I'm using JavaServer Faces h:dataTable as my underlying html table (DOM Source). Initially, I'm able to to use $(#toySummaryTableId).dataTable() to create my DataTable, and it looks good. I'm not sure how to refresh this though. I've looked into fnDraw, fnAjaxReload, fnUpdate, etc. But nothing is working.
Basically, my markup is like this (as an example):
...........
So, when my backing bean "toys" variable list updates, I want to refresh the Table. Please advise.
Basically, my markup is like this (as an example):
...........
So, when my backing bean "toys" variable list updates, I want to refresh the Table. Please advise.
This discussion has been closed.
Replies