Is it possible to add a link in google datatable?

1 answer

Yes it is possible. Google DataTable has a property allowHtml::

table.draw(data, {showRowNumber: true, allowHtml: true});
+2
source

All Articles