React-big-calendar: Event Hover informations

Created on 16 Mar 2017  路  4Comments  路  Source: jquense/react-big-calendar

Hi,

Is there a way to change the informations (or the format) showing when you put the mouse over an event. Right now, it shows: 12:34 - 56:57: title, but I would like to display different informations... Or juste change the format. Is it possible^

Most helpful comment

@jquense is there any update on this? Would be interested in this as well

All 4 comments

There isn't any way to customize it a the moment, but i'd be open to a PR allowing it.

Probably the easiest way to leverage the default rendering model while allowing you to customize rendering is through a onRenderEvent property that takes the props and the default rendering function. Then you can easily use the default rendering approach, wrap it, and then add your popup logic around it. Thoughts?

@jquense is there any update on this? Would be interested in this as well

I want to show some content on the mouse over event. Is there any update on this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

The-Oracle picture The-Oracle  路  3Comments

KatiaPosPago picture KatiaPosPago  路  3Comments

zhming0 picture zhming0  路  3Comments

kweisamx picture kweisamx  路  4Comments

npalansky picture npalansky  路  3Comments