Calendar is not showing right arrow to move to the next month
Calendar is not showing right arrow to move to the next month
![EUrbinati](https://secure.gravatar.com/avatar/b1f520af73d96d61587c7c9581f0ee1e/?default=https%3A%2F%2Fvanillicon.com%2Fb1f520af73d96d61587c7c9581f0ee1e_200.png&rating=g&size=120)
I have installed Editor in order to use inline features on DataTables.
Everything seems working fine beside the calendar, I have a datetime field to show and edit.
There are no problem in showing date, but when I edit a date, the calendar appears without the right arrow to move to the following month.
Below the Products Installed:
Software Version Updates
DataTables 1.10.16 Up-to-date
AutoFill Not installed
Buttons 1.5.1 Up-to-date
ColReorder Not installed
Editor 1.7.2 Up-to-date
FixedColumns Not installed
FixedHeader Not installed
KeyTable Not installed
Responsive Not installed
RowReorder Not installed
Scroller Not installed
Select 1.2.5 Up-to-date
This question has an accepted answers - jump to answer
Answers
It looks like it's not allowing a future date - have you set a restriction on that
datetime
with theopts.maxDate
option?C
Thank you very much.![:smile: :smile:](https://datatables.net/forums/resources/emoji/smile.png)
I did not set any opts.maxDate, but based on your post I've just set it in the future and the right arrow appeared
I'm afraid this is a bug in the current release. It has been resolved in dev and will be in 1.7.3.
Allan