jquery-schedule icon indicating copy to clipboard operation
jquery-schedule copied to clipboard

Is this still being maintained?

Open ARedmanDodd opened this issue 5 years ago • 1 comments

Is this plugin still being maintained? It is the perfect tool for my application, however I could really do with being able to shorten the date ranges.

ARedmanDodd avatar May 09 '19 10:05 ARedmanDodd

I've updated the code to add the following few features. https://github.com/nileshgamit/jquery-schedule

  1. Added support for touch screen
  2. Added 3 options singleDaySchedule: false, // true will allow only single-day schedule (e.g. a particular holiday might have some open hours for some business) autoScroll: true, // false will display full scheduler without scroll showTimeInGrid: true // false will hide time on table grid
  3. Some css fix to fit the scheduler in mobile view (it's not responsive)

Great plugin. Thanks Thomas.

nileshgamit avatar May 16 '20 05:05 nileshgamit