beforesemicolon / flatlist-react

A helpful utility component to handle lists in react like a champ
MIT License
95 stars 17 forks source link

display="table" #72

Open ECorreia45 opened 3 years ago

ECorreia45 commented 3 years ago

similar to display row and display grid there should be an option to render the list as a table. This should also include renderTableHeader, renderTableFooter, and use renderItem or provide a renderTableRow as an alias to renderItem.