Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Add option childrenRenderer #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

zhang-z
Copy link

@zhang-z zhang-z commented Mar 5, 2016

May solve issue #31 , #45

Usage example:

<InfiniteScroll ...
  childrenRenderer={(children) => (<table>{children}</table>)} >
  {listItems}
</InfiniteScroll>

@geminiyellow
Copy link

@garetht how about this pr ?

@pplewa
Copy link

pplewa commented Nov 18, 2016

This is exactly what I need, being able to group displayable elements. How can I help to push this forward @garetht ?

@sesteva
Copy link

sesteva commented May 31, 2017

+1 on merging this PR. I have forked and tested locally and it works as expected

@Doff3n
Copy link

Doff3n commented Jan 3, 2018

+1

@bleurubin
Copy link

bleurubin commented Apr 5, 2018

+1

edit: n/m i get it, the entire thing is wrapped in a table so you can render whatever you like...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants