Hi, I'm working in an booking room Reactive application and using Full Calendar to show which days are full (color gray) and which days are available for booking (color yellow). I have a table stored data with a column 'Booking Status' and a drowndown to fillter the status then show it in calendar after press button, but I got problem when show data to the calader.
My table:
The button action:
Is there anyone using this dependency, please help me on this. I attached my oml of this app.
Hi Bella,
I updated your omls to match what I say, and it works fine. You could download the oml and check what I have changed, hope this could help you to have a better idea on how it works.
Let me know if there's any unclear.
Cheers :)
Booking data
Dropdown
data action
There's couple thing I suggest you could follow for best practice
Since the oml didn't come with the example_db, which I cannot test for the result, but follow the above suggestion should lead you to solve the problem.
Hope this help.
Hi Kay,
Thanks for your suggestion, I've tried it but it still got problem at the action calendar event. I apdated the DB so you can try to run it quickly.
Thank you so much, my app can run now