FAQ
How do I get template fields to display in a given order?
The default is to define your template schema as an unordered object, using curly brackets {
:
In the situation above, fields are not ordered. If you want fields to have an order, use an array instead of an object:
In this case, the fields are ordered as an array: [ field1, field2, ..]
You can also implement arrays of arrays, if you prefer this style:
How does CO2.Storage deal with large files?
For working with large files using the UI, we recommend using the Chrome, Opera or Edge browsers. These browsers support window.showSaveFilePicker()
which allows file streams.
Authentication Error
Troubleshooting
Last updated