ateliee
ateliee
You now have to manage the data filters yourself. Demo pages may help you. https://ateliee.github.io/jquery.schedule/demo/
> I have proble with multi Schedule. > I have #schedule1, #schedule2 with the same config. > When I drag sc_bar to change of #schedule2, It disappear. > This is...
Thanks for pointing out. This has been fixed in version 3.0.2. It seems that the settings in Resizable of jquery.ui were not enough. ``` $node.resizable({ containment: $this.find('.sc_main_scroll'), }); ``` Check...
Added the option of resizeLeft from version 3.1.0. try it. https://github.com/ateliee/jquery.schedule/releases/tag/v3.1.0
Currently, it is not intended to be used on modals. You may be able to confirm that you provide us with the sample code in question. Thank you.
This module currently only supports time schedules. It may be supported in a future update, but is not currently supported.
@userquin It seems that [nuxt-lodash](https://www.npmjs.com/package/nuxt-lodash) is transpiled on the dev server add `@vite-pwa/nuxt` module and `pwa` config in nuxt.config.ts ``` // https://nuxt.com/docs/api/configuration/nuxt-config import {resolve} from "path"; import {readdirSync} from "fs";...
@userquin `nuxt-lodash` is latest version (2.5.0) installed. https://www.npmjs.com/package/nuxt-lodash