Toggling a Modal #1529
-
Hello guys! I need your help with a very simple and basic subject. I'm sorry if it's asked before. I looked but could not find it. Can you show me an example of triggering a modal? I tried it over and over but couldn't manage it. There is a link as seen in the image, when I click this link, I want to toggle a modal in which I can set two different dates with DateTimer. Later, I want to get the dates I got from this Modal in query function as input. This is the link: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
you can do that on a modal, but what are you trying to do fits better on filters functionality as selection filter layauts: https://orchid.software/en/docs/filters/#eloquent-filter would help you, If you change the input text for a date time one: https://orchid.software/en/docs/field/#datetime in fact I think there is already a date range filter |
Beta Was this translation helpful? Give feedback.
-
@tabuna Perhabs the documentation at https://orchid.software/en/docs/modals/#using can be improoved making mention of the use of the action button for modals on the command bar to allow them to work.... |
Beta Was this translation helpful? Give feedback.
you can do that on a modal, but what are you trying to do fits better on filters functionality as selection filter layauts:
https://orchid.software/en/docs/filters/#eloquent-filter
would help you, If you change the input text for a date time one:
https://orchid.software/en/docs/field/#datetime
in fact I think there is already a date range filter