An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
When we replace the template function on eventTooltip to return JSX, it does not work. The custom JSX tooltip is not being shown. But if we return simple content, it works correctly.
Forum post
When we replace the template function on eventTooltip to return JSX, it does not work. The custom JSX tooltip is not being shown. But if we return simple content, it works correctly.
Code snippet which returns JSX and does not work:
https://github.com/user-attachments/assets/f54c326b-06f9-4398-b4c3-469f7b876905
Code snippet using simple content and it works:
https://github.com/user-attachments/assets/1f7b9638-aedf-4b92-a4c0-e50223ef8bf0
Please use the below test case to reproduce it.
columns.zip