Vatsal Gor

Results 10 comments of Vatsal Gor

For your second question, I believe it is not the best practice. I would recommend you to create a custom component and rendering your component based on logic. Something like...

@hakimzulcode There is a table setting property `onComponentInitFunction`. You can use it like below. ```js tableSettings = { ... renderComponent: ComponentToRender, onComponentInitFunction: (instance) => instance.propertyToSet = propertyValue, ... } ```

You can check this one which i have developed. https://github.com/vatsalkgor/binaryclock go to the dist directory and run the jar file. Thanks.

I've actually finished working on the project that produced this issue but did not find any solution to that. It was not a priority for us to be able to...

It was found not working with iOS 12 and below. Not sure about latest versions.

@sumi-svmx As I said, I've not done much testing on iOS. Our priority was to be able to send email regardless of the email client. In android a prompt was...

I think you need to select Authentication Middleware like below! ![Screenshot 2024-08-05 at 13 33 12](https://github.com/user-attachments/assets/3512a5f8-6b59-4191-a687-46115e6c13b0)

Each auth middleware have different settings. Details are shown [here](https://www.filestash.app/docs/install-and-upgrade/#setup) for many of the Auth middleware. However for local storage with docker container, it will only have access to folders...

The password is your filestash password, not your NAS Password. And sometimes cache can also play effect so please try in incognito as well. Thanks