Hi to all,
I searched a lot and couldnt find nothing about this. Found out about customs headers or date range, but not much more than that.
Actually what im trying is to modify agenda table. I realized that I can pass to
components={{
agenda: {
event: CardAgendaCalendarSession
}
}}
a custom component for the event row, also, I can change event to time or date, and those rows would render my custom component.
My question if it is possible to add a custom row, like
components={{
agenda: {
myCustomRowName: myCustomComponent
}
}}
Thanks for reading.
its not possible to add a custom Row, you can add a custom Agenda view but you'd have to write most of it over
@jquense Do you have an example of how to add a custom Agenda view?
For future reference:
https://github.com/jquense/react-big-calendar/blob/master/examples/demos/customView.js
Most helpful comment
@jquense Do you have an example of how to add a custom Agenda view?