suggestion required
suggestion required
hi to all,
I am using the data table and spring MVC in my work. in jsp i created a table and i turned it into a data table . and i am retrieving the list of objects (data) from the session. and i am iterating it and showing in the table. now i am adding the more objects to the list dynamically and i need to update the table with out refreshing the page.i tried with fnDraw() but i didn't get any thing. can any one suggest me how to do it.
thanks in advance
I am using the data table and spring MVC in my work. in jsp i created a table and i turned it into a data table . and i am retrieving the list of objects (data) from the session. and i am iterating it and showing in the table. now i am adding the more objects to the list dynamically and i need to update the table with out refreshing the page.i tried with fnDraw() but i didn't get any thing. can any one suggest me how to do it.
thanks in advance
This discussion has been closed.
Replies
- Add rows: fnAddData
- Update rows: fnUpdate
- Delete rows: fnDeleteRow
Allan