-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
Description
I am customizing this date-picker as per the requirement. Most of it I have achieved it. If you give me direction, It will be great.
(Expected )In above Image is displaying horizontal dates and days (Mon-Sun) inside of each cell. Only current date to be visible from left to right under a fixed div with scrollable from left to right and vice versa.
(Current - Work In Progress)I have achieved making it horizontal.
I want the following things to be done. I want confirmation whether it is possible or not and How can we make it?
-
Making it continuous dates. i.e. no empty cells of current month date by default towards left side.
-
(Mon-Sun) inside of each cell dynamically w.r.t each dates.
-
Date scrollable inside the parent div . as of now it is static.