JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Scheduler › I’m trying to understand more about: “Scheduler”. Any tips?
Tagged: Scheduler
Can Smart Scheduler be used inside modals or dialogs in Vue?
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/