How do I make a link out of dynamically generated data?
How do I make a link out of dynamically generated data?
![paligq48](https://secure.gravatar.com/avatar/7a02296afde030548be954b5d6434503/?default=https%3A%2F%2Fvanillicon.com%2F7a02296afde030548be954b5d6434503_200.png&rating=g&size=120)
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 aretd
s. To modify thetd
s, usecolumns.render
, there's several examples on that page that will get you going,Cheers,
Colin