marcsalesgrid
Results
2
comments of
marcsalesgrid
This is still the case for version 9.0.3. Note that the workaround of @Ltchoc221 `//@ts-ignore` needs to be surrounded by { ... } like this: ``` return ( { //@ts-ignore...
The base64 encoding is to transport the data. In your backend you need to decode the base64 data and tuern it into a file, which you then send to the...