1.0.1 • Published 4 years ago

react-trello-board v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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;