DataTables Editor with Google Scrips Apps
DataTables Editor with Google Scrips Apps
NunoMarques
Posts: 3Questions: 2Answers: 0
Hi.
Can you tell me please if it is possible to use datatables editor with google scripts Apps?
I want to built a CRUD table using Google Sheets as a database but i am not sure if i can use datatables editor for that.
Thank you.
Answers
Yes you can, but I suspect it will be a semi-reasonable amount of work as we don't provide a pre-built integration for that.
DataTables and Editor are just Javascript libraries, so as long as you can load custom Javascript, they will work okay. The key part will be the reading and writing of data to Google Sheets. For that you'll need to provide an
ajax
function that uses whatever APIs Google provides for writing to spreadsheets (and DataTables'ajax
as a function for reading).Allan