How to invoke ajax, so that it should refresh the table and update the column
- by Radhika
Hi,
In my application,i have four columns in my datatable.Initially, except second column all the other columns displays the value. The second column values should be displayed by automatic refresh.
like
Initially table looks like
ID type Name Color
1 Benz White
2 Maruti Grey
3 Renault orange
4 VW pink
After automatic refresh(Using AJAX) it should display like
ID type Name Color
1 2012 Benz White
2 2013 Maruti Grey
3 2014 Renault orange
4 2015 VW pink
I have implement this in jsf using ajax.
can any one help me out in this.