Redraw Datatable after element rerender
Redraw Datatable after element rerender
Greetings,
I am using DT along with a visualforce page in salesforce. Within that page, after a user selects obtions, the table is rerendered. I believe salesforces uses ajax partial page refresh to do this.
When the underlying table is rerendered, how would I got about redrawing the table using the new data (html table on the page)......
I have tried fnRedraw to no avail....
I am using DT along with a visualforce page in salesforce. Within that page, after a user selects obtions, the table is rerendered. I believe salesforces uses ajax partial page refresh to do this.
When the underlying table is rerendered, how would I got about redrawing the table using the new data (html table on the page)......
I have tried fnRedraw to no avail....
This discussion has been closed.
Replies
My issue now is that the filter applied:
tTable.fnFilter(str,4,true,false,false );
for the original table no longer works. Also, typing data in the search box no longer works on the table after the table is rerendered...
How can I have the table keep the filter settings and have the search box continue to work on the table after rerendering the html table?