Using "render" with "columns"
Using "render" with "columns"
jadhvaryu
Posts: 20Questions: 5Answers: 0
Hi!
I aggregate data from different sources and present it as a table. So, i don't have an ajax call associated with a table.
But i do want to show numbers with "," "." etc as appropriate.
i notice that 'render' feature facilitates and am wondering if it cal be used in columns without data.
Many thanks!
Jaideep
This discussion has been closed.
Answers
As in columns which are calculated from other data using a render function? Each column can only have a single rendering function, so you would need to do the formatting in the calculation function. You could potentially use the returned function to do the formatting for you.
Allan