bryntum / support

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
https://www.bryntum.com
54 stars 6 forks source link

Implement React JSX support for TaskBoard card items (jsx item type) #4600

Closed chuckn0rris closed 1 year ago

chuckn0rris commented 2 years ago

Our docs for TaskBoard said it's possible to use JSX in renderer, but it fact it's not supported, more than that - renderer method specified in columns object in that code snippet, will be never called. We need to update that section and create an example of using React components inside task element of TaskBoard (CustomElement?). We also need to add an example of implementation into our demos.

https://bryntum.com/docs/taskboard/guide/TaskBoard/integration/react/guide#using-simple-inline-jsx

Forum post

isglass commented 2 years ago

Guide generation gone wrong, there is currently no support for JSX in TaskBoard at all unfortunately

isglass commented 2 years ago

Check the guide in all products!

jehret commented 2 years ago

Same problem with the Calendar. Using simple inline JSX and Using a custom React component sections should be removed.