Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

react native - collapse table

$
0
0

I plan to make a collapse table. You can find it in this link

I tried:

  • Using a Custom Component for column name and FlatList for the first column
  • Using Section list for the rest column

=============================================================
| _____Custom Component_____ | __________Section list header__________ |
|============================================================|
| _________Flat List___________| __________ Section list body____________|
|============================================================|

I am able to make the list scroll together. However, if the list has 450+ rows, the performance will be reduced dramatically.

Please let me know if you have any solution.

Thank you in advanced!


Viewing all articles
Browse latest Browse all 16552

Trending Articles