Column data from server side
Column data from server side
rajzamitesh
Posts: 4Questions: 0Answers: 0
I processed some records on the server side and have fetched them to show on the browser in table using datatable.
I also need to make use of data from one of the columns of the same table in another control (a drop down) on the same page.
The most obvious answer would be to fire an ajax call to get the data in column. but since the data is already fetched and on the client cache, i dont want to fire this additional query. if there an easier way (could not get my way around the API fnGetData().
thanks
Amitesh
I also need to make use of data from one of the columns of the same table in another control (a drop down) on the same page.
The most obvious answer would be to fire an ajax call to get the data in column. but since the data is already fetched and on the client cache, i dont want to fire this additional query. if there an easier way (could not get my way around the API fnGetData().
thanks
Amitesh
This discussion has been closed.
Replies