You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using above to get count but i am unable to change size of that componenet as its overflowing
const intervalRenderer = ({ intervalContext, getIntervalProps, data, ...rest }) => {
const { interval } = intervalContext;
const { startTime, endTime } = interval;
const count = bookedCountPerDay(startTime);
The text was updated successfully, but these errors were encountered:
premiumash25Aug
changed the title
how can i provide minimun mixed width for date so that i can mention another values with date also like count for that date etc
how can i provide minimun fixedwidth for date so that i can mention another values with date also like count for that date etc
Aug 30, 2023
i am using above to get count but i am unable to change size of that componenet as its overflowing
const intervalRenderer = ({ intervalContext, getIntervalProps, data, ...rest }) => {
const { interval } = intervalContext;
const { startTime, endTime } = interval;
const count = bookedCountPerDay(startTime);
};
The text was updated successfully, but these errors were encountered: