Datatables with Apps Script

Page Under Construction

What is Datatables?

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table. For more details, visit datatables.net.

Datatables with Apps Script

There are many jQuery plugins on the web for enhancing a HTML Table but most of those plugins do not work with Apps Script beacuse JavaScript used with Apps Script is sanitized by Caja and if any restriction imposed by Caja is violated, the plugins do not work properly.

Luckily most of the features of jQuery Datatables work with Apps Script without any modification so I thought to rewrite the examples so that fellow Apps Script Developer can benefit from this awesome javascript library.

Examples