Does anyone know how we can export filtered data from Google App Maker table widget.
My table from the data source (no filter):
After applying some filter .
I manage to export everything to Google Spreadsheet (see this SO answer), but I am stuck on exporting only the data after applying some filter. Really appreciate if anyone can share the solution. Thanks!
The AMU Library can do this in one command in a button onClick. The button just needs to be on the same datasource as the table.
Simply:
It seems that you are looking for filters. It should work if you modify script from this answer to something similar to this: