Is it possible to add a link in google datatable?
http://code.google.com/apis/chart/interactive/docs/reference.html#DataTable , http://code.google.com/apis/chart/interactive/docs/examples.html#table_example
Yes it is possible. Google DataTable has a property allowHtml::
allowHtml
table.draw(data, {showRowNumber: true, allowHtml: true});