custom column retrieve id
custom column retrieve id
            
                            
                                  in General             
        Hello,I would like to get the valueof my first column (id column)
to have something like this edit.php?id=VALUE
Here is the defaultContent :
defaultContent: '<center><a href="edit.php?id=" class="edit" title="Editer"><img src="images/edit.png" width="16" height="16" border="0"></a></center>'
I don't know how to put the value of the fist column in the link.
Thank you
This discussion has been closed.
            
Answers
columns.defaultContentdoesn't have access to the data since it is just a string string. Usecolumns.renderif you need to create dynamic data.Allan