question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Slot-Cell Render Hooks in resource time grid view?

See original GitHub issue

Checklist

Please mark these items with an [x]

  • I’ve already searched through existing tickets
  • Other people will find this feature useful

Feature Description

There are Day-Cell Render Hooks available for day grid but there is no for resource time grid view cells. We do have Slot Lane Render Hooks which can be used but for example for week view they don’t have clicked date available (only time, date is 1.1.1970) so its not what I’m looking for.

Something like Day-Cell Render Hooks (could be named Slot-Cell Render Hooks 😃 ) in time grid view would be benefitial for example for nice handling of double-clicking on them. For now I have to count clicking using dateClick callback which doesn’t work very well.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:6
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
zachbresler21commented, Mar 25, 2021

I need to do something similar. I need to be able to change the classname of a specific cell in the resourceTimelineMonth view like you can do with dayCellClassNames. Any suggestions ?

0reactions
airzhanglincommented, Mar 31, 2022

Unfortunately provided example doesn’t work for me. I’m using react and dateClick executes after the ondblclick event.

Hello, I would like to ask you whether the time Line View can not add custom content in each grid, such as ICONS

Read more comments on GitHub >

github_iconTop Results From Across the Web

Slot Render Hooks - Docs - FullCalendar
In timegrid view, this is the horizontal space that passes under all of the days. In timeline view, this is the vertical space...
Read more >
Views — Odoo 16.0 documentation
The Activity view is used to display the activities linked to the records. The data are displayed in a chart with the records...
Read more >
Resource render hook control doesn't respond - Stack Overflow
I struggle to activate a resource label render hook. ... //define timeline view editable: true, //enable draggable events droppable: true, ...
Read more >
Wijmo Changelog - GrapeCity
Here is an example (similar to the React example above) of rendering a flag image in ... SingleColumn: Users may sort the grid...
Read more >
Full Calendar - CodePen
... {\\n return element.is(':visible');\\n }\\n \\n \\n\\n // View Rendering\\n ... view-type change, or for the first time\\n function renderView(delta, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found