Hi,
In my table, I want to:
1) Augment one column with extra data, to be retrieved by an ajax call
2) Fill one column with HTML content returned by an ajax call
The table should remain sortable with the new content in place.
I would prefer not to make dozens of ajax calls for every table redraw, so can I do this server-side, and send the data with the other JSON?
Rephrased: can I modify the returned JSON on a row-level (for each row, I need to do calculations, and would prefer to do so server side, rather than repeated ajax requests)?
N
In my table, I want to:
1) Augment one column with extra data, to be retrieved by an ajax call
2) Fill one column with HTML content returned by an ajax call
The table should remain sortable with the new content in place.
I would prefer not to make dozens of ajax calls for every table redraw, so can I do this server-side, and send the data with the other JSON?
Rephrased: can I modify the returned JSON on a row-level (for each row, I need to do calculations, and would prefer to do so server side, rather than repeated ajax requests)?
N