Como puedo modificar los datos de mi DataTable
Como puedo modificar los datos de mi DataTable
hectorOyarzun
Posts: 1Questions: 1Answers: 0
Hola, tengo mi dataTable creada, esta lee los datos de Google Sheets. Y la idea final es que aparte de leer los datos, tenga la funcionalidad de modificarlos. Alguien me podria ayudar por favor
Answers
I'm not familiar with the Google Sheets API so can't provide specifics about how to update Google Sheets.
Datatables has the Editor library that provides full featured editing capabilities. Take a look at the examples. The
ajax
option can be a function to create a custom ajax request that might be needed for the Google Sheets API.Or you can create your own editing code and use jQuery Ajax() to send the updates to the Google Sheets API.
Let us know of any questions.
Kevin