2
0

(googleSheets) Advanced get filtering

Allows you to select rows based on advanced conditions / comparisons
This commit is contained in:
Baptiste Arnaud
2022-12-06 10:58:11 +01:00
parent b2519b54db
commit dcec1f0a5c
16 changed files with 1518 additions and 1244 deletions

View File

@ -9,4 +9,5 @@ export default defineConfig((options) => ({
loader: {
'.css': 'text',
},
external: ['cuid'],
}))