React-big-calendar: Agenda Custom Table Rows

Created on 16 Apr 2019  路  3Comments  路  Source: jquense/react-big-calendar

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.

Most helpful comment

@jquense Do you have an example of how to add a custom Agenda view?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mathieusanchez picture mathieusanchez  路  4Comments

bionicvapourboy picture bionicvapourboy  路  3Comments

kweisamx picture kweisamx  路  4Comments

zhming0 picture zhming0  路  3Comments

ZacharyLangley picture ZacharyLangley  路  3Comments