How do I add a hyperlink in DataTables

How do I add a hyperlink in DataTables

stanrytanstanrytan Posts: 1Questions: 1Answers: 0

In this example of this type of format of DataTables, how do I make Child_Full Name a hyperlink that has a URL parameter like <a href="childentry.php?Child_ID=1&Parent_ID=1> Child Full Name</a>

$aColumns = array( 'Child_Fullname', 'DOB', 'Gender' ,'Child_Class', 'Child_RegDate', 'Bus' ,'ChildStats', 'Child_ID', 'Parent_ID');

$sIndexColumn = "Child_ID";
$sTable = "child_table";

This discussion has been closed.