Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Scheduler › I’m trying to understand more about: “Scheduler”. Any tips? Tagged: Scheduler This topic has 1 reply, 2 voices, and was last updated 3 months, 2 weeks ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 17, 2025 at 3:36 pm #112674 alex.morris22Participant Can Smart Scheduler be used inside modals or dialogs in Vue? July 17, 2025 at 4:05 pm #112678 adminKeymaster Hi, Yes, Smart Scheduler can be used inside modals or dialogs in Vue Example: <template> <div> <button @click="showModal = true">Open Scheduler</button> <smart-window v-if="showModal" label="Scheduler Modal"> <smart-scheduler :dataSource="schedulerData"></smart-scheduler> </smart-window> </div> </template> Hope this helps. Best regards, Markov Smart UI Team https://www.htmlelements.com/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In