bitdream <Filemanager bind:this={api} data={rawData} ondata-request={loadData} /> Is it ondata-request or on:data-request ? one is seen in the document and the other is seen in the demo code.
Helga Hello, It must be onrequestdata if you are using 2.0.x version. The example code is correct https://github.com/svar-widgets/filemanager/blob/main/svelte/demos/cases/BackendData.svelte#L108 . I can see the typo in the related docs, we will fix it soon. Thank you for pointing! At the same time, the event name is request-data if you are handling it via the api.on/api.intercept methods: https://docs.svar.dev/svelte/filemanager/api/actions/request-data/
bitdream Thanks for your quick support. Glad to know there are demo codes. Runnable codes are always more preferable than the documents.