react-trello-board
v1.0.1
Published
Pluggable components to add a trello like kanban board to your application, fork from https://github.com/rcdexta/react-trello
Downloads
1
Readme
Base on https://github.com/rcdexta/react-trello, please see full document on it
What fixed:
- onLaneScroll: check if no more page will not call fetch data again
onLaneScroll = (nextPage, laneId) => {
return Promise.resolve({cards, noLoadMore})
}
onCheckLoadMore = (nextPage, laneId) => true;