DataTable refresh when using JSF h:dataTable as DOM source

DataTable refresh when using JSF h:dataTable as DOM source

KA2012KA2012 Posts: 16Questions: 0Answers: 0
edited July 2012 in DataTables 1.9
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.

Replies

  • KA2012KA2012 Posts: 16Questions: 0Answers: 0
    Any updates? I'm still stuck...
This discussion has been closed.