react-trello icon indicating copy to clipboard operation
react-trello copied to clipboard

Pluggable components to add a kanban board to your application

Results 129 react-trello issues
Sort by recently updated
recently updated
newest added

cardStyle: { wordBreak: 'break-word' } not working cause to overflow the title

If there are more than 50 cards in a lane and there are like 10 lanes, there would be 500+ cards and it will not be ideal to render all...

instead of showing the loading animation every time the scroll is moved to the end of the lane, shall we expose a new component property (hasMore) to proceed/stop the loader...

would you provide the lane details(atleast id) in the LaneFooter component? so that we can write lane-specific implementation. it might be applicable for other customizable components. @rcdexta @dapi @oliviervanbulck @yashutanna

**Describe the bug** In [this storybook example ](https://rcdexta.com/react-trello/?path=/story/basic-functions--infinite-scrolling) the lane pagination call back is getting called if the zoom level has been adjusted, with the latest release code, when there...

Would you please release this change? this should fix the 'onLaneScroll callback has not been triggered' issue permanently. At a certain zoom level we get minimum 1 as the element...

the pagination call is not getting called all the time. I thought this line can solve the problem, but the

I would like to manage my own state and just update the `data` prop which is passed in the board myself. Having redux and my own state is causing performance...

Infinite pagination and latest card unreachable Using the 'onLaneScroll' property Paginate work fine until we fetch latest data. 1 Scrollbar is pull up and latest card is not visible 2...

Is there a new release of React-Trello coming soon on npm? I found a bug but it looks like it's already been fixed in the latest code.