Dmitry Buravtsov

Results 4 issues of Dmitry Buravtsov

Is it possible to set content depends on "start" and "end" months? I tried to put it in `renderMonthElement` but it's props the same for start and end months, and...

Is it possible to add dynamic className to cell? In original table you can return object in render with keys `children` and `props` but in pro table you can't return...

I'm using react-docgen-typescript-loader with the following configurations. In Storybook props are shown only is there are propTypes defined, but in I do it on TypeScript as `interface Props {...}` in...

When we have +00:00 timezone offset like 'Europe/London" dayjs gets users timezone offset, which causes incorrect time showing in different cases. **Example** Current behavior: `dayjs('2021-10-31T15:00:00+00:00').tz('Europe/London').format() // 2021-10-31T15:00:00Z` Behavior after fix:...