возможно ли добавить ссылку в 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
да, это возможно. Google DataTable имеет свойство: allowHtml:
allowHtml
table.draw(data, {showRowNumber: true, allowHtml: true});