StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
745 stars 415 forks source link

Pop up is not appears, when hovering on items. #271

Open Pooja0709-99 opened 4 months ago

Pooja0709-99 commented 4 months ago

Hi, Using this library I have implemented the scheduler(Basic.js) into my project.Now I am facing issue with eventItemPopoverTemplateResolver method. As you can see in screenshot , when I hover on vehicles the pop up is not appearing. I have installed all the dependencies and created all the required js files . But the issue is same and I did not getting any error . IMG20240402142125 .

ansulagrawal commented 4 months ago

@Pooja0709-99 this library is no more updated or maintain. You can try out my library i.e. react-big-schedule.

Pooja0709-99 commented 4 months ago

Thanks for the help @ansulagrawal but my issue is get resolved by modifying the css property in App.css file .

Pooja0709-99 commented 4 months ago

Hi @StephenChou1017, Currently I am facing issue with event rendering process.I have added the screenshots where you can see, the value of targetSOC is not rendering on pop up .I want to get it from DemoData.js file where I have given the value for targetSOC. And added the parameter in eventItemPopoverTemplateResopver function .Other values are given manually.

Problem is that only the events property is rendering which are previously presented in this project but when I adding the property then it is not showing on pop up . IMG20240417164810 IMG20240417164242

whoafridi commented 2 weeks ago

@Pooja0709-99 this library is no more updated or maintain. You can try out my library i.e. react-big-schedule.

does your library all supports the features from this one ? i found not whole as functional components

ansulagrawal commented 2 weeks ago

@Pooja0709-99 this library is no more updated or maintain. You can try out my library i.e. react-big-schedule.

does your library all supports the features from this one ? i found not whole as functional components

it support all the features, you can try it out.