How do I make a link out of dynamically generated data?
How do I make a link out of dynamically generated data?
I have a bunch of data being dynamically generated on the data table and I am not sure how to make these into links because the cell types are th. It would be extremely easy if I just had default data. I have not found anything helpful on this issue so far.
This discussion has been closed.
Answers
The table header's cells are
th, but the bodies cells aretds. To modify thetds, usecolumns.render, there's several examples on that page that will get you going,Cheers,
Colin