-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection new Features #96
Comments
填写日期的时候必须是2018/05/15这种格式吗,2018-05-25 11:48:31现在这种格式支持吗 |
I there! I don't find a way to start the calendar showing the events for the current day.. only appears "All Events". Would be great to have an option to configure it. |
@chen583793811 not support yet |
@franciscoamado Now you can call
Next version,I will give a defaultValue for that. |
|
@chen583793811 Pagination is in plan, but the UI design is difficult for that calendar. |
禁止点击 是有一些别的需求的 如上只是个示例,实际上有很多很多奇怪的需求 我觉得灵活一点更好 不要把功能限制在某一块 |
现在的组件是一次要把所有的event拿到才能在有event的日期上做标记,而现实开发中很多时候是点击哪天才会去后台取数据,但是又很需要做到提醒用户哪天有event,所以能不能有个额外的数组参数配置,指定当月哪几天有event |
this.$EventCalendar.toDate('2016/11/12'),这个方法好像只是实现打开2016年11月的日历表,这和调用this.$EventCalendar.toDate('2016/11/01')得到的结果是一样的,我希望toDate('2016/11/12')这个方法能真正和2016年11月12号有关联,比如在11月12号这一天加上被点击的样式,如果能直接响应这天的事件就更好了。谢谢 |
Could you add an option, so it would be possible to hide events panel. |
The right panel can be configured as hidden, height can be set |
Add tooltip to calendar |
And that if you hide the event panel that nothing happens if you click on the event's date on the calendar. Cool would be if you hover above it you see the title of the event |
希望可以有农历、节气、公历节日和农历节日 |
what is the status here @GeoffZhu ? Are you going to rewrite it or is this repository dead? The calendar looks pretty good, why is a rewrite necessary? |
I'm going to rewrite this component, about a month later. If you have any suggestions, write in below.
The text was updated successfully, but these errors were encountered: